summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar default2022-12-06 15:33:01 +0100
committerGravatar default2022-12-06 15:33:01 +0100
commit345f64494aae5eacba3aadbcaceba83e44e33606 (patch)
tree0d2d2611d8b86778924572508421bb8573a0bdfa
parentMerge pull request 'Add loading="lazy" to all images' (#15) from kensanata/sn... (diff)
downloadsnac2-345f64494aae5eacba3aadbcaceba83e44e33606.tar.gz
snac2-345f64494aae5eacba3aadbcaceba83e44e33606.tar.xz
snac2-345f64494aae5eacba3aadbcaceba83e44e33606.zip
Updated TODO.
-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
20 20
21## Wishlist 21## Wishlist
22 22
23Implement the ActivityPub C2S (Client to Server) API: (https://www.w3.org/TR/activitypub/#client-to-server-interactions).
24
23Implement HTTP caches (If-None-Match / ETag). 25Implement HTTP caches (If-None-Match / ETag).
24 26
25The '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. 27The '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.