diff options
Diffstat (limited to 'TODO.md')
| -rw-r--r-- | TODO.md | 8 |
1 files changed, 5 insertions, 3 deletions
| @@ -14,14 +14,12 @@ Important: deleting a follower should do more that just delete the object, see h | |||
| 14 | 14 | ||
| 15 | ## Wishlist | 15 | ## Wishlist |
| 16 | 16 | ||
| 17 | Add support for subscribing and posting to relays (see https://codeberg.org/grunfink/snac2/issues/216 for more information). | 17 | Each notification should show a link to the full thread, to see it in context. |
| 18 | 18 | ||
| 19 | The instance timeline should also show boosts from users. | 19 | The instance timeline should also show boosts from users. |
| 20 | 20 | ||
| 21 | Mastoapi: implement /v1/conversations. | 21 | Mastoapi: implement /v1/conversations. |
| 22 | 22 | ||
| 23 | Implement following of hashtags (this is not trivial). | ||
| 24 | |||
| 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). | 23 | 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 | 24 | ||
| 27 | Implement "FEP-3b86: Activity Intents" https://codeberg.org/fediverse/fep/src/branch/main/fep/3b86/fep-3b86.md | 25 | Implement "FEP-3b86: Activity Intents" https://codeberg.org/fediverse/fep/src/branch/main/fep/3b86/fep-3b86.md |
| @@ -365,3 +363,7 @@ CSV import/export does not work with OpenBSD security on; document it or fix it | |||
| 365 | Add support for /share?text=tt&website=url (whatever it is, see https://mastodonshare.com/ for details) (2025-01-06T18:43:52+0100). | 363 | Add support for /share?text=tt&website=url (whatever it is, see https://mastodonshare.com/ for details) (2025-01-06T18:43:52+0100). |
| 366 | 364 | ||
| 367 | Add support for /authorize_interaction (whatever it is) (2025-01-16T14:45:28+0100). | 365 | Add support for /authorize_interaction (whatever it is) (2025-01-16T14:45:28+0100). |
| 366 | |||
| 367 | Implement following of hashtags (this is not trivial) (2025-01-30T16:12:16+0100). | ||
| 368 | |||
| 369 | Add support for subscribing and posting to relays (see https://codeberg.org/grunfink/snac2/issues/216 for more information) (2025-01-30T16:12:34+0100). | ||