From 6b39635fc3ec8d9dd2c05756b59fcf8bcb84600f Mon Sep 17 00:00:00 2001 From: grunfink Date: Sun, 8 Jun 2025 08:08:59 +0200 Subject: Updated TODO. --- TODO.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'TODO.md') diff --git a/TODO.md b/TODO.md index 8b87d37..73615ac 100644 --- a/TODO.md +++ b/TODO.md @@ -22,6 +22,8 @@ The instance timeline should also show boosts from users. Mastoapi: implement /v1/conversations. +Track "BadgeFed - ActivityPub Badges" https://github.com/tryvocalcat/badgefed + 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 From 2e8bc4b5da56b7c2c6a6fe8930b0dc6c16896934 Mon Sep 17 00:00:00 2001 From: grunfink Date: Tue, 10 Jun 2025 17:51:04 +0200 Subject: Updated TODO. --- TODO.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'TODO.md') diff --git a/TODO.md b/TODO.md index 73615ac..f9e73d0 100644 --- a/TODO.md +++ b/TODO.md @@ -12,6 +12,8 @@ Unfollowing guppe groups seems to work (http status of 200), but messages contin Important: deleting a follower should do more that just delete the object, see https://codeberg.org/grunfink/snac2/issues/43#issuecomment-956721 +Verbatim text in posts should not allow other markup. + ## Wishlist Add account reporting. -- cgit From 408d7fcd0a0e4368120c02850b620abc4d10a9d0 Mon Sep 17 00:00:00 2001 From: grunfink Date: Wed, 11 Jun 2025 04:15:20 +0200 Subject: Updated TODO. --- TODO.md | 2 -- 1 file changed, 2 deletions(-) (limited to 'TODO.md') diff --git a/TODO.md b/TODO.md index f9e73d0..73615ac 100644 --- a/TODO.md +++ b/TODO.md @@ -12,8 +12,6 @@ Unfollowing guppe groups seems to work (http status of 200), but messages contin Important: deleting a follower should do more that just delete the object, see https://codeberg.org/grunfink/snac2/issues/43#issuecomment-956721 -Verbatim text in posts should not allow other markup. - ## Wishlist Add account reporting. -- cgit From 18f19e88bb1eda37c537af8b9b134b421101276c Mon Sep 17 00:00:00 2001 From: grunfink Date: Sat, 5 Jul 2025 19:27:09 +0200 Subject: Updated TODO. --- TODO.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'TODO.md') diff --git a/TODO.md b/TODO.md index 73615ac..4ed3692 100644 --- a/TODO.md +++ b/TODO.md @@ -14,6 +14,8 @@ Important: deleting a follower should do more that just delete the object, see h ## Wishlist +The local purge should generate `Delete` activities for local posts. + Add account reporting. Add a list option to hide member posts from the main timeline, see https://codeberg.org/grunfink/snac2/issues/383 -- cgit