diff options
author | default <nobody@localhost> | 2024-06-02 08:44:43 +0200 |
---|---|---|
committer | default <nobody@localhost> | 2024-06-02 08:44:43 +0200 |
commit | 5b8c96e6b64d3499cc4111c13abed5c787b32100 (patch) | |
tree | 51ff18e355042b1d952e75264b7465adb0c6fa1e | |
parent | b1dceb07704d419e6e13f6509d5f80832b20460c (diff) | |
parent | e53c60b3a476e6ceb5b1b5239bc2918b9f155d18 (diff) |
Merge branch 'master' of comam.es:git/snac2
-rw-r--r-- | TODO.md | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -6,12 +6,14 @@ Unfollowing lemmy groups gets rejected with an http status of 400. Unfollowing guppe groups seems to work (http status of 200), but messages continue to arrive as if it didn't. -Mastodon API: fix whatever the fuck is making the official app and Megalodon to crash. - Important: deleting a follower should do more that just delete the object, see https://codeberg.org/grunfink/snac2/issues/43#issuecomment-956721 Editing / Updating a post does not index newly added hashtags. +The Mastodon official app crashes when hitting the reply button. + +The Mastodon official app crashes (or gives a ownVotes is null error) when trying to show polls. + ## Wishlist Track 'Event' data types standardization; how to add plan-to-attend and similar activities (more info: https://event-federation.eu/) @@ -315,3 +317,5 @@ Integrate "Ability to federate with hidden networks" see https://codeberg.org/gr Consider adding milter-like support to reject posts to mitigate spam (discarded; 2024-04-20T22:46:35+0200). Implement support for 'Event' data types. Example: https://fediversity.site/item/e9bdb383-eeb9-4d7d-b2f7-c6401267cae0 (2024-05-12T08:56:27+0200) + +Mastodon API: fix whatever the fuck is making the official app and Megalodon to crash (2024-06-02T07:43:35+0200). |