summaryrefslogtreecommitdiff
path: root/TODO.md
diff options
context:
space:
mode:
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/TODO.md b/TODO.md
index 8ca0b14..86c706a 100644
--- a/TODO.md
+++ b/TODO.md
@@ -22,7 +22,7 @@ Mastoapi: implement /v1/conversations.
22 22
23Implement following of hashtags (this is not trivial). 23Implement following of hashtags (this is not trivial).
24 24
25Track 'Event' data types standardization; how to add plan-to-attend and similar activities (more info: https://event-federation.eu/) 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).
26 26
27Implement "FEP-3b86: Activity Intents" https://codeberg.org/fediverse/fep/src/branch/main/fep/3b86/fep-3b86.md 27Implement "FEP-3b86: Activity Intents" https://codeberg.org/fediverse/fep/src/branch/main/fep/3b86/fep-3b86.md
28 28
@@ -32,8 +32,6 @@ Integrate "Added handling for International Domain Names" PR https://codeberg.or
32 32
33Do something about Akkoma and Misskey's quoted replies (they use the `quoteUrl` field instead of `inReplyTo`). 33Do something about Akkoma and Misskey's quoted replies (they use the `quoteUrl` field instead of `inReplyTo`).
34 34
35Add support for /authorize_interaction (whatever it is).
36
37Add a list of hashtags to drop. 35Add a list of hashtags to drop.
38 36
39Take a look at crashes in the brittle Mastodon official app (crashes when hitting the reply button, crashes or 'ownVotes is null' errors when trying to show polls). 37Take a look at crashes in the brittle Mastodon official app (crashes when hitting the reply button, crashes or 'ownVotes is null' errors when trying to show polls).
@@ -365,3 +363,5 @@ Unfollowing lemmy groups gets rejected with an http status of 400 (it seems to w
365CSV import/export does not work with OpenBSD security on; document it or fix it (2025-01-04T19:35:09+0100). 363CSV import/export does not work with OpenBSD security on; document it or fix it (2025-01-04T19:35:09+0100).
366 364
367Add support for /share?text=tt&website=url (whatever it is, see https://mastodonshare.com/ for details) (2025-01-06T18:43:52+0100). 365Add support for /share?text=tt&website=url (whatever it is, see https://mastodonshare.com/ for details) (2025-01-06T18:43:52+0100).
366
367Add support for /authorize_interaction (whatever it is) (2025-01-16T14:45:28+0100).