summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar default2024-08-29 06:40:45 +0200
committerGravatar default2024-08-29 06:40:45 +0200
commita22dfefa6df2b4c47667e35180908ab4d279ce3f (patch)
tree228bbd5c1b41990ea2243cfafbc05acfc18b1c37
parentNew function object_user_cache_fn(). (diff)
parentUpdated TODO. (diff)
downloadpenes-snac2-a22dfefa6df2b4c47667e35180908ab4d279ce3f.tar.gz
penes-snac2-a22dfefa6df2b4c47667e35180908ab4d279ce3f.tar.xz
penes-snac2-a22dfefa6df2b4c47667e35180908ab4d279ce3f.zip
Merge branch 'master' of /home/angel/git/snac2
-rw-r--r--TODO.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/TODO.md b/TODO.md
index d89d89c..496128f 100644
--- a/TODO.md
+++ b/TODO.md
@@ -16,10 +16,6 @@ The Mastodon official app crashes (or gives a ownVotes is null error) when tryin
16 16
17## Wishlist 17## Wishlist
18 18
19Show pinned posts in the 'Actor' `featured` property (https://codeberg.org/grunfink/snac2/issues/191).
20
21Implement case-insensitive search all alphabets, not only latin (https://codeberg.org/grunfink/snac2/issues/192).
22
23Track 'Event' data types standardization; how to add plan-to-attend and similar activities (more info: https://event-federation.eu/) 19Track 'Event' data types standardization; how to add plan-to-attend and similar activities (more info: https://event-federation.eu/)
24 20
25Implement "FEP-3b86: Activity Intents" https://codeberg.org/fediverse/fep/src/branch/main/fep/3b86/fep-3b86.md 21Implement "FEP-3b86: Activity Intents" https://codeberg.org/fediverse/fep/src/branch/main/fep/3b86/fep-3b86.md
@@ -323,3 +319,7 @@ Implement support for 'Event' data types. Example: https://fediversity.site/item
323Mastodon API: fix whatever the fuck is making the official app and Megalodon to crash (2024-06-02T07:43:35+0200). 319Mastodon API: fix whatever the fuck is making the official app and Megalodon to crash (2024-06-02T07:43:35+0200).
324 320
325Implement `Group`-like accounts (i.e. an actor that boosts to their followers all posts that mention it) (2024-08-01T18:51:43+0200). 321Implement `Group`-like accounts (i.e. an actor that boosts to their followers all posts that mention it) (2024-08-01T18:51:43+0200).
322
323Show pinned posts in the 'Actor' `featured` property (https://codeberg.org/grunfink/snac2/issues/191) (2024-08-27T07:28:51+0200).
324
325Implement case-insensitive search all alphabets, not only latin (https://codeberg.org/grunfink/snac2/issues/192) (2024-08-27T07:29:10+0200).