summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TODO.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/TODO.md b/TODO.md
index dabca65..1ddfe92 100644
--- a/TODO.md
+++ b/TODO.md
@@ -12,8 +12,6 @@ Implement HTTP caches (If-None-Match / ETag).
12 12
13The '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. 13The '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.
14 14
15Add an RSS to the local timeline.
16
17Implement hashtags. They are not very useful, as they can only be implemented as instance-only (not propagated), but it may help classifiying your own posts. 15Implement hashtags. They are not very useful, as they can only be implemented as instance-only (not propagated), but it may help classifiying your own posts.
18 16
19Implement bulleted lists. Mastodon is crap and won't show them, but other implementations (Friendica, Pleroma) will do. 17Implement bulleted lists. Mastodon is crap and won't show them, but other implementations (Friendica, Pleroma) will do.
@@ -175,3 +173,5 @@ Add a 'Hide' button, to stop showing a post and its children (2022-11-04T09:45:3
175Add a purge timeout also for the local timeline (2022-11-12T08:32:56+0100). 173Add a purge timeout also for the local timeline (2022-11-12T08:32:56+0100).
176 174
177Add a switch for sensitive posts (2022-11-16T12:17:50+0100). 175Add a switch for sensitive posts (2022-11-16T12:17:50+0100).
176
177Add an RSS to the local timeline (2022-11-18T11:43:54+0100).