snac2

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

commit 39a8a5edff9de27784ced04ee9761946fa1ba145
parent 526d4e8abb27127625a228796dc9c196efcfa8bf
Author: default <nobody@localhost>
Date:   Fri, 21 Apr 2023 23:20:53 +0200

Updated TODO.

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

diff --git a/TODO.md b/TODO.md @@ -2,8 +2,6 @@ ## Open -Add a notification area, where recent events of interest would be easily seen. - Post edits should keep the image and the image description. Add a list of hashtags to drop. @@ -227,3 +225,5 @@ Fix `Like` and `Update` recipients (2023-03-07T10:28:36+0100). Implement the ActivityPub C2S (Client to Server) API: https://www.w3.org/TR/activitypub/#client-to-server-interactions . The Android client at http://andstatus.org/ implements it, or so it seems. UPDATE: Wrong, AndStatus starts doing an OAuth query, that is totally not ActivityPub C2S. The number of real ActivityPub C2S clients out there is probably zero. Abandoned now that I'm implementing the Mastodon API (2023-04-12T15:00:14+0200). Edits do not refresh the HTML cache (2023-04-14T19:05:27+0200). + +Add a notification area, where recent events of interest would be easily seen (2023-04-21T23:20:27+0200).