summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TODO.md10
1 files changed, 4 insertions, 6 deletions
diff --git a/TODO.md b/TODO.md
index d00316d..bdd7497 100644
--- a/TODO.md
+++ b/TODO.md
@@ -14,6 +14,10 @@ Editing / Updating a post does not index newly added hashtags.
14 14
15## Wishlist 15## Wishlist
16 16
17Implement "FEP-3b86: Activity Intents" https://codeberg.org/fediverse/fep/src/branch/main/fep/3b86/fep-3b86.md
18
19Track "FEP-ef61: Portable Objects" https://codeberg.org/fediverse/fep/src/branch/main/fep/ef61/fep-ef61.md
20
17Implement `Group`-like accounts (i.e. an actor that boosts to their followers all posts that mention it). 21Implement `Group`-like accounts (i.e. an actor that boosts to their followers all posts that mention it).
18 22
19Integrate "Added handling for International Domain Names" PR https://codeberg.org/grunfink/snac2/pulls/104 23Integrate "Added handling for International Domain Names" PR https://codeberg.org/grunfink/snac2/pulls/104
@@ -22,22 +26,16 @@ Consider adding Mastodon import functionality (for following_accounts.csv and ou
22 26
23Do something about Akkoma and Misskey's quoted replies (they use the `quoteUrl` field instead of `inReplyTo`). 27Do something about Akkoma and Misskey's quoted replies (they use the `quoteUrl` field instead of `inReplyTo`).
24 28
25Add more CSS classes according to https://comam.es/snac/grunfink/p/1705598619.090050
26
27Add support for /share?text=tt&website=url (whatever it is, see https://mastodonshare.com/ for details). 29Add support for /share?text=tt&website=url (whatever it is, see https://mastodonshare.com/ for details).
28 30
29Add support for /authorize_interaction (whatever it is). 31Add support for /authorize_interaction (whatever it is).
30 32
31Add a list of hashtags to drop. 33Add a list of hashtags to drop.
32 34
33Add domain/subdomain flexibility according to https://codeberg.org/grunfink/snac2/issues/3
34
35The '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. 35The '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.
36 36
37Implement bulleted lists. Mastodon is crap and won't show them, but other implementations (Friendica, Pleroma) will do. 37Implement bulleted lists. Mastodon is crap and won't show them, but other implementations (Friendica, Pleroma) will do.
38 38
39User request: "will it be possible to click on a link and instead of opening the original instance, we'll be able only to see a list of the posts of this person here in comam?. Something like Mastodon does."
40
41The actual storage system wastes too much disk space (lots of small files that really consume 4k of storage). Consider alternatives. 39The actual storage system wastes too much disk space (lots of small files that really consume 4k of storage). Consider alternatives.
42 40
43## Closed 41## Closed