From 8ab30e736535859547559c8f0d4fbff638e71dff Mon Sep 17 00:00:00 2001 From: default Date: Sun, 12 Jan 2025 08:06:55 +0100 Subject: Updated TODO. --- TODO.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'TODO.md') diff --git a/TODO.md b/TODO.md index 8ca0b14..999ea1c 100644 --- a/TODO.md +++ b/TODO.md @@ -22,7 +22,7 @@ Mastoapi: implement /v1/conversations. Implement following of hashtags (this is not trivial). -Track 'Event' data types standardization; how to add plan-to-attend and similar activities (more info: https://event-federation.eu/) +Track '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). Implement "FEP-3b86: Activity Intents" https://codeberg.org/fediverse/fep/src/branch/main/fep/3b86/fep-3b86.md -- cgit v1.2.3 From 18b2228205f1ccf16415cdb4694787c90ad05a07 Mon Sep 17 00:00:00 2001 From: default Date: Thu, 16 Jan 2025 14:46:12 +0100 Subject: Updated TODO. --- TODO.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'TODO.md') diff --git a/TODO.md b/TODO.md index 999ea1c..86c706a 100644 --- a/TODO.md +++ b/TODO.md @@ -32,8 +32,6 @@ Integrate "Added handling for International Domain Names" PR https://codeberg.or Do something about Akkoma and Misskey's quoted replies (they use the `quoteUrl` field instead of `inReplyTo`). -Add support for /authorize_interaction (whatever it is). - Add a list of hashtags to drop. Take 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 CSV import/export does not work with OpenBSD security on; document it or fix it (2025-01-04T19:35:09+0100). Add support for /share?text=tt&website=url (whatever it is, see https://mastodonshare.com/ for details) (2025-01-06T18:43:52+0100). + +Add support for /authorize_interaction (whatever it is) (2025-01-16T14:45:28+0100). -- cgit v1.2.3