summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TODO.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/TODO.md b/TODO.md
index d79d8bc..ea675e2 100644
--- a/TODO.md
+++ b/TODO.md
@@ -6,8 +6,6 @@ Add a notification area, where recent events of interest would be easily seen.
6 6
7Post edits should keep the image and the image description. 7Post edits should keep the image and the image description.
8 8
9Edits do not refresh the HTML cache.
10
11Add a list of hashtags to drop. 9Add a list of hashtags to drop.
12 10
13Implement the 'search by tag' operation instead of just pretending that it does something. 11Implement the 'search by tag' operation instead of just pretending that it does something.
@@ -227,3 +225,5 @@ There are some hosts that keep returning 400 Bad Request to snac posts (e.g. hac
227Fix `Like` and `Update` recipients (2023-03-07T10:28:36+0100). 225Fix `Like` and `Update` recipients (2023-03-07T10:28:36+0100).
228 226
229Implement 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). 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).
228
229Edits do not refresh the HTML cache (2023-04-14T19:05:27+0200).