summaryrefslogtreecommitdiff
path: root/TODO.md
diff options
context:
space:
mode:
authordefault <nobody@localhost>2022-12-06 15:33:01 +0100
committerdefault <nobody@localhost>2022-12-06 15:33:01 +0100
commit345f64494aae5eacba3aadbcaceba83e44e33606 (patch)
tree0d2d2611d8b86778924572508421bb8573a0bdfa /TODO.md
parent9fa3fca17495559b9f25034ec29378535c52ab7b (diff)
Updated TODO.
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/TODO.md b/TODO.md
index 8b21f0f..f35c6b3 100644
--- a/TODO.md
+++ b/TODO.md
@@ -20,6 +20,8 @@ With this new disk layout, hidden posts (and their children) can be directly ski
## Wishlist
+Implement the ActivityPub C2S (Client to Server) API: (https://www.w3.org/TR/activitypub/#client-to-server-interactions).
+
Implement HTTP caches (If-None-Match / ETag).
The 'history' pages are just monthly HTML snapshots of the local timeline. This is ok and cheap and easy, but is problematic if you e.g. intentionally delete a post because it will remain there in the history forever. If you activate local timeline purging, purged entries will remain in the history as 'ghosts', which may or may not be what the user wants.