snac2

Fork of https://codeberg.org/grunfink/snac2
git clone https://git.inz.fi/snac2
Log | Files | Refs | README | LICENSE

commit 1de8095b33e1438978b3b9a52599f402c2f2f03c
parent b46dfa8e9eabd693e9140aef98650eafdf39b764
Author: default <nobody@localhost>
Date:   Sat, 22 Apr 2023 07:47:22 +0200

Updated TODO.

Diffstat:
MTODO.md | 14++++++++++----
1 file changed, 10 insertions(+), 4 deletions(-)

diff --git a/TODO.md b/TODO.md @@ -4,16 +4,22 @@ Post edits should keep the image and the image description. -Add a list of hashtags to drop. - Implement the 'search by tag' operation instead of just pretending that it does something. -Add a per-account toggle to [un]mute their Announces. +Mastodon API: add search by account (webfinger). -Add domain/subdomain flexibility according to https://codeberg.org/grunfink/snac2/issues/3 +Mastodon API: add an instance timeline by combining the timelines of all users. + +Mastodon API: fix whatever the fuck is making the official app and Megalodon to crash. ## Wishlist +Add a list of hashtags to drop. + +Add a per-account toggle to [un]mute their Announces. + +Add domain/subdomain flexibility according to https://codeberg.org/grunfink/snac2/issues/3 + Implement HTTP caches (If-None-Match / ETag). I'm not sure if it's worth the effort. The '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.