summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TODO.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/TODO.md b/TODO.md
index 3c635cd..22c56a5 100644
--- a/TODO.md
+++ b/TODO.md
@@ -10,14 +10,14 @@ Important: deleting a follower should do more that just delete the object, see h
10 10
11Editing / Updating a post does not index newly added hashtags. 11Editing / Updating a post does not index newly added hashtags.
12 12
13The Mastodon official app crashes when hitting the reply button.
14
15The Mastodon official app crashes (or gives a ownVotes is null error) when trying to show polls.
16
17Wrong level of message visibility when using the Mastodon API: https://codeberg.org/grunfink/snac2/issues/200#issuecomment-2351042 13Wrong level of message visibility when using the Mastodon API: https://codeberg.org/grunfink/snac2/issues/200#issuecomment-2351042
18 14
15Investigate the problem with boosts inside the same instance (see https://codeberg.org/grunfink/snac2/issues/214).
16
19## Wishlist 17## Wishlist
20 18
19Add support for subscribing and posting to relays (see https://codeberg.org/grunfink/snac2/issues/216 for more information).
20
21The instance timeline should also show boosts from users. 21The instance timeline should also show boosts from users.
22 22
23Mastoapi: implement /v1/conversations. 23Mastoapi: implement /v1/conversations.
@@ -40,9 +40,9 @@ Add support for /authorize_interaction (whatever it is).
40 40
41Add a list of hashtags to drop. 41Add a list of hashtags to drop.
42 42
43The '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. 43Take a look at crashes in the brittle Mastodon official app (crashes when hitting the reply button, crashes or 'ownVotes is null' errors when trying to show polls).
44 44
45Implement bulleted lists. Mastodon is crap and won't show them, but other implementations (Friendica, Pleroma) will do. 45The '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.
46 46
47The actual storage system wastes too much disk space (lots of small files that really consume 4k of storage). Consider alternatives. 47The actual storage system wastes too much disk space (lots of small files that really consume 4k of storage). Consider alternatives.
48 48