summaryrefslogtreecommitdiff
path: root/TODO.md
diff options
context:
space:
mode:
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md16
1 files changed, 9 insertions, 7 deletions
diff --git a/TODO.md b/TODO.md
index bdb860c..db135d5 100644
--- a/TODO.md
+++ b/TODO.md
@@ -6,15 +6,13 @@ Investigate the problem with boosts inside the same instance (see https://codebe
6 6
7Editing / Updating a post does not index newly added hashtags. 7Editing / Updating a post does not index newly added hashtags.
8 8
9Wrong level of message visibility when using the Mastodon API: https://codeberg.org/grunfink/snac2/issues/200#issuecomment-2351042
10
11Unfollowing guppe groups seems to work (http status of 200), but messages continue to arrive as if it didn't. 9Unfollowing guppe groups seems to work (http status of 200), but messages continue to arrive as if it didn't.
12 10
13Important: deleting a follower should do more that just delete the object, see https://codeberg.org/grunfink/snac2/issues/43#issuecomment-956721 11Important: deleting a follower should do more that just delete the object, see https://codeberg.org/grunfink/snac2/issues/43#issuecomment-956721
14 12
15## Wishlist 13## Wishlist
16 14
17Each notification should show a link to the full thread, to see it in context. 15Add account reporting.
18 16
19The instance timeline should also show boosts from users. 17The instance timeline should also show boosts from users.
20 18
@@ -30,14 +28,10 @@ Integrate "Added handling for International Domain Names" PR https://codeberg.or
30 28
31Do something about Akkoma and Misskey's quoted replies (they use the `quoteUrl` field instead of `inReplyTo`). 29Do something about Akkoma and Misskey's quoted replies (they use the `quoteUrl` field instead of `inReplyTo`).
32 30
33Add a list of hashtags to drop.
34
35Take 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). 31Take 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).
36 32
37The '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. 33The '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.
38 34
39The actual storage system wastes too much disk space (lots of small files that really consume 4k of storage). Consider alternatives.
40
41## Closed 35## Closed
42 36
43Start a TODO file (2022-08-25T10:07:44+0200). 37Start a TODO file (2022-08-25T10:07:44+0200).
@@ -367,3 +361,11 @@ Add support for /authorize_interaction (whatever it is) (2025-01-16T14:45:28+010
367Implement following of hashtags (this is not trivial) (2025-01-30T16:12:16+0100). 361Implement following of hashtags (this is not trivial) (2025-01-30T16:12:16+0100).
368 362
369Add support for subscribing and posting to relays (see https://codeberg.org/grunfink/snac2/issues/216 for more information) (2025-01-30T16:12:34+0100). 363Add support for subscribing and posting to relays (see https://codeberg.org/grunfink/snac2/issues/216 for more information) (2025-01-30T16:12:34+0100).
364
365Wrong level of message visibility when using the Mastodon API: https://codeberg.org/grunfink/snac2/issues/200#issuecomment-2351042 (2025-03-23T15:44:35+0100).
366
367Each notification should show a link to the full thread, to see it in context (2025-03-23T15:44:50+0100).
368
369Add a list of hashtags to drop (2025-03-23T15:45:30+0100).
370
371The actual storage system wastes too much disk space (lots of small files that really consume 4k of storage). Consider alternatives (2025-03-23T15:46:02+0100).