summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordefault <nobody@localhost>2022-11-18 11:44:12 +0100
committerdefault <nobody@localhost>2022-11-18 11:44:12 +0100
commitf396d41de64909c2690b287e0da8de74cf0a50d1 (patch)
treec1c767630320c82810913b6eb64f5cb7ae2a3387
parenta92de940d9bcf04e8566cfdb0584ca37f84d0655 (diff)
Updated TODO.
-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).
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.
-Add an RSS to the local timeline.
-
Implement 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.
Implement 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
Add a purge timeout also for the local timeline (2022-11-12T08:32:56+0100).
Add a switch for sensitive posts (2022-11-16T12:17:50+0100).
+
+Add an RSS to the local timeline (2022-11-18T11:43:54+0100).