diff options
| author | 2025-07-16 20:21:20 +0200 | |
|---|---|---|
| committer | 2025-07-16 20:21:20 +0200 | |
| commit | 3554a73aa50526631961efcca78c6c8eb2a16911 (patch) | |
| tree | fc4c21a65337ab8ecb4fb00aa551ee21997faf6f /TODO.md | |
| parent | po/de_DE.po aktualisiert (diff) | |
| parent | Updated RELEASE_NOTES. (diff) | |
| download | penes-snac2-3554a73aa50526631961efcca78c6c8eb2a16911.tar.gz penes-snac2-3554a73aa50526631961efcca78c6c8eb2a16911.tar.xz penes-snac2-3554a73aa50526631961efcca78c6c8eb2a16911.zip | |
Merge pull request 'master' (#9) from grunfink/snac2:master into master
Reviewed-on: https://codeberg.org/zen/snac2/pulls/9
Diffstat (limited to 'TODO.md')
| -rw-r--r-- | TODO.md | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -14,6 +14,8 @@ Important: deleting a follower should do more that just delete the object, see h | |||
| 14 | 14 | ||
| 15 | ## Wishlist | 15 | ## Wishlist |
| 16 | 16 | ||
| 17 | The local purge should generate `Delete` activities for local posts. | ||
| 18 | |||
| 17 | Add account reporting. | 19 | Add account reporting. |
| 18 | 20 | ||
| 19 | Add a list option to hide member posts from the main timeline, see https://codeberg.org/grunfink/snac2/issues/383 | 21 | Add a list option to hide member posts from the main timeline, see https://codeberg.org/grunfink/snac2/issues/383 |
| @@ -22,6 +24,8 @@ The instance timeline should also show boosts from users. | |||
| 22 | 24 | ||
| 23 | Mastoapi: implement /v1/conversations. | 25 | Mastoapi: implement /v1/conversations. |
| 24 | 26 | ||
| 27 | Track "BadgeFed - ActivityPub Badges" https://github.com/tryvocalcat/badgefed | ||
| 28 | |||
| 25 | 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). | 29 | 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). |
| 26 | 30 | ||
| 27 | Implement "FEP-3b86: Activity Intents" https://codeberg.org/fediverse/fep/src/branch/main/fep/3b86/fep-3b86.md | 31 | Implement "FEP-3b86: Activity Intents" https://codeberg.org/fediverse/fep/src/branch/main/fep/3b86/fep-3b86.md |