summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordefault <nobody@localhost>2023-03-03 21:13:42 +0100
committerdefault <nobody@localhost>2023-03-03 21:13:42 +0100
commitcaedaca53710a57933e1153f382efb41f00a594b (patch)
tree09905e815890c185feaabbd612fbb428275763c4
parent45f490286ac8dccb56607b0096cc8ec6878c78f6 (diff)
Updated TODO.
-rw-r--r--TODO.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/TODO.md b/TODO.md
index c854439..3e0ef21 100644
--- a/TODO.md
+++ b/TODO.md
@@ -12,6 +12,8 @@ Add a per-account toggle to [un]mute their Announces.
Add domain/subdomain flexibility according to https://codeberg.org/grunfink/snac2/issues/3
+Fix `Like` and `Update` recipients.
+
## Wishlist
Implement the ActivityPub C2S (Client to Server) API: https://www.w3.org/TR/activitypub/#client-to-server-interactions . I skipped that part of the documentation entirely, so I don't know if this is trivial or hell. The Android client at http://andstatus.org/ implements it, or so it seems. There may be others.