summaryrefslogtreecommitdiff
path: root/TODO.md
diff options
context:
space:
mode:
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/TODO.md b/TODO.md
index baa910a..7ebad40 100644
--- a/TODO.md
+++ b/TODO.md
@@ -12,6 +12,8 @@ Important: deleting a follower should do more that just delete the object, see h
12 12
13## Wishlist 13## Wishlist
14 14
15Add account reporting.
16
15The instance timeline should also show boosts from users. 17The instance timeline should also show boosts from users.
16 18
17Mastoapi: implement /v1/conversations. 19Mastoapi: implement /v1/conversations.
@@ -367,3 +369,5 @@ Each notification should show a link to the full thread, to see it in context (2
367Add a list of hashtags to drop (2025-03-23T15:45:30+0100). 369Add a list of hashtags to drop (2025-03-23T15:45:30+0100).
368 370
369The 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). 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).
372
373Add command-line tools for creating and manipulating lists (2025-04-18T10:04:41+0200).