summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar default2025-01-30 16:13:22 +0100
committerGravatar default2025-01-30 16:13:22 +0100
commit3799a6aa60df749624a5ad09aa5c60754987a49f (patch)
treeb055e5d5a4374b377ab9c42a0c7ce09a7eec2a6a
parentUpdated README. (diff)
downloadpenes-snac2-3799a6aa60df749624a5ad09aa5c60754987a49f.tar.gz
penes-snac2-3799a6aa60df749624a5ad09aa5c60754987a49f.tar.xz
penes-snac2-3799a6aa60df749624a5ad09aa5c60754987a49f.zip
Updated TODO.
-rw-r--r--TODO.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/TODO.md b/TODO.md
index 86c706a..045b4cc 100644
--- a/TODO.md
+++ b/TODO.md
@@ -14,14 +14,10 @@ Important: deleting a follower should do more that just delete the object, see h
14 14
15## Wishlist 15## Wishlist
16 16
17Add support for subscribing and posting to relays (see https://codeberg.org/grunfink/snac2/issues/216 for more information).
18
19The instance timeline should also show boosts from users. 17The instance timeline should also show boosts from users.
20 18
21Mastoapi: implement /v1/conversations. 19Mastoapi: implement /v1/conversations.
22 20
23Implement following of hashtags (this is not trivial).
24
25Track 'Event' data types standardization; how to add plan-to-attend and similar activities (more info: https://event-federation.eu/). Friendica interacts with events via activities `Accept` (will go), `TentativeAccept` (will try to go) or `Reject` (cannot go) (`object` field as id, not object). `Undo` for any of these activities cancel (`object` as an object, not id). 21Track 'Event' data types standardization; how to add plan-to-attend and similar activities (more info: https://event-federation.eu/). Friendica interacts with events via activities `Accept` (will go), `TentativeAccept` (will try to go) or `Reject` (cannot go) (`object` field as id, not object). `Undo` for any of these activities cancel (`object` as an object, not id).
26 22
27Implement "FEP-3b86: Activity Intents" https://codeberg.org/fediverse/fep/src/branch/main/fep/3b86/fep-3b86.md 23Implement "FEP-3b86: Activity Intents" https://codeberg.org/fediverse/fep/src/branch/main/fep/3b86/fep-3b86.md
@@ -365,3 +361,7 @@ CSV import/export does not work with OpenBSD security on; document it or fix it
365Add support for /share?text=tt&website=url (whatever it is, see https://mastodonshare.com/ for details) (2025-01-06T18:43:52+0100). 361Add support for /share?text=tt&website=url (whatever it is, see https://mastodonshare.com/ for details) (2025-01-06T18:43:52+0100).
366 362
367Add support for /authorize_interaction (whatever it is) (2025-01-16T14:45:28+0100). 363Add support for /authorize_interaction (whatever it is) (2025-01-16T14:45:28+0100).
364
365Implement following of hashtags (this is not trivial) (2025-01-30T16:12:16+0100).
366
367Add support for subscribing and posting to relays (see https://codeberg.org/grunfink/snac2/issues/216 for more information) (2025-01-30T16:12:34+0100).