summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordefault <nobody@localhost>2023-04-22 07:47:22 +0200
committerdefault <nobody@localhost>2023-04-22 07:47:22 +0200
commit1de8095b33e1438978b3b9a52599f402c2f2f03c (patch)
treee3df71b0980560419b3f44a20f10580180bb1952
parentb46dfa8e9eabd693e9140aef98650eafdf39b764 (diff)
Updated TODO.
-rw-r--r--TODO.md14
1 files changed, 10 insertions, 4 deletions
diff --git a/TODO.md b/TODO.md
index 3c3553f..282c7b2 100644
--- a/TODO.md
+++ b/TODO.md
@@ -4,16 +4,22 @@
Post edits should keep the image and the image description.
-Add a list of hashtags to drop.
-
Implement the 'search by tag' operation instead of just pretending that it does something.
-Add a per-account toggle to [un]mute their Announces.
+Mastodon API: add search by account (webfinger).
-Add domain/subdomain flexibility according to https://codeberg.org/grunfink/snac2/issues/3
+Mastodon API: add an instance timeline by combining the timelines of all users.
+
+Mastodon API: fix whatever the fuck is making the official app and Megalodon to crash.
## Wishlist
+Add a list of hashtags to drop.
+
+Add a per-account toggle to [un]mute their Announces.
+
+Add domain/subdomain flexibility according to https://codeberg.org/grunfink/snac2/issues/3
+
Implement HTTP caches (If-None-Match / ETag). I'm not sure if it's worth the effort.
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.