summaryrefslogtreecommitdiff
path: root/TODO.md
diff options
context:
space:
mode:
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md24
1 files changed, 17 insertions, 7 deletions
diff --git a/TODO.md b/TODO.md
index bdb860c..8b87d37 100644
--- a/TODO.md
+++ b/TODO.md
@@ -2,19 +2,21 @@
2 2
3## Open 3## Open
4 4
5It seems that Microsoft is planning to laminate Basic HTTP Auth, so make a plan, see https://codeberg.org/grunfink/snac2/issues/350
6
5Investigate the problem with boosts inside the same instance (see https://codeberg.org/grunfink/snac2/issues/214). 7Investigate the problem with boosts inside the same instance (see https://codeberg.org/grunfink/snac2/issues/214).
6 8
7Editing / Updating a post does not index newly added hashtags. 9Editing / Updating a post does not index newly added hashtags.
8 10
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. 11Unfollowing guppe groups seems to work (http status of 200), but messages continue to arrive as if it didn't.
12 12
13Important: deleting a follower should do more that just delete the object, see https://codeberg.org/grunfink/snac2/issues/43#issuecomment-956721 13Important: deleting a follower should do more that just delete the object, see https://codeberg.org/grunfink/snac2/issues/43#issuecomment-956721
14 14
15## Wishlist 15## Wishlist
16 16
17Each notification should show a link to the full thread, to see it in context. 17Add account reporting.
18
19Add a list option to hide member posts from the main timeline, see https://codeberg.org/grunfink/snac2/issues/383
18 20
19The instance timeline should also show boosts from users. 21The instance timeline should also show boosts from users.
20 22
@@ -30,14 +32,10 @@ Integrate "Added handling for International Domain Names" PR https://codeberg.or
30 32
31Do something about Akkoma and Misskey's quoted replies (they use the `quoteUrl` field instead of `inReplyTo`). 33Do something about Akkoma and Misskey's quoted replies (they use the `quoteUrl` field instead of `inReplyTo`).
32 34
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). 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).
36 36
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. 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.
38 38
39The actual storage system wastes too much disk space (lots of small files that really consume 4k of storage). Consider alternatives.
40
41## Closed 39## Closed
42 40
43Start a TODO file (2022-08-25T10:07:44+0200). 41Start a TODO file (2022-08-25T10:07:44+0200).
@@ -367,3 +365,15 @@ 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). 365Implement following of hashtags (this is not trivial) (2025-01-30T16:12:16+0100).
368 366
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). 367Add support for subscribing and posting to relays (see https://codeberg.org/grunfink/snac2/issues/216 for more information) (2025-01-30T16:12:34+0100).
368
369Wrong level of message visibility when using the Mastodon API: https://codeberg.org/grunfink/snac2/issues/200#issuecomment-2351042 (2025-03-23T15:44:35+0100).
370
371Each notification should show a link to the full thread, to see it in context (2025-03-23T15:44:50+0100).
372
373Add a list of hashtags to drop (2025-03-23T15:45:30+0100).
374
375The 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).
376
377Add command-line tools for creating and manipulating lists (2025-04-18T10:04:41+0200).
378
379Do a [Webmention](https://www.w3.org/TR/webmention/) to every link written in a post (2025-05-04T11:16:21+0200).