summaryrefslogtreecommitdiff
path: root/TODO.md
diff options
context:
space:
mode:
authorGravatar default2023-04-21 23:20:53 +0200
committerGravatar default2023-04-21 23:20:53 +0200
commit39a8a5edff9de27784ced04ee9761946fa1ba145 (patch)
treee9f8ff3b0357ff93c5401b9ca8daf4e545eaf3c6 /TODO.md
parentAdded a new compilation variable NO_MASTODON_API. (diff)
downloadpenes-snac2-39a8a5edff9de27784ced04ee9761946fa1ba145.tar.gz
penes-snac2-39a8a5edff9de27784ced04ee9761946fa1ba145.tar.xz
penes-snac2-39a8a5edff9de27784ced04ee9761946fa1ba145.zip
Updated TODO.
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/TODO.md b/TODO.md
index ea675e2..3c3553f 100644
--- a/TODO.md
+++ b/TODO.md
@@ -2,8 +2,6 @@
2 2
3## Open 3## Open
4 4
5Add a notification area, where recent events of interest would be easily seen.
6
7Post edits should keep the image and the image description. 5Post edits should keep the image and the image description.
8 6
9Add a list of hashtags to drop. 7Add a list of hashtags to drop.
@@ -227,3 +225,5 @@ Fix `Like` and `Update` recipients (2023-03-07T10:28:36+0100).
227Implement 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). 225Implement 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).
228 226
229Edits do not refresh the HTML cache (2023-04-14T19:05:27+0200). 227Edits do not refresh the HTML cache (2023-04-14T19:05:27+0200).
228
229Add a notification area, where recent events of interest would be easily seen (2023-04-21T23:20:27+0200).