summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar default2023-05-21 20:20:54 +0200
committerGravatar default2023-05-21 20:20:54 +0200
commit3cd73311bece7783bbcc3774f5fd54c520eb88ed (patch)
tree005f7057981709063628f769ad9588203b228106
parentMinor refactor to msg_note(). (diff)
downloadpenes-snac2-3cd73311bece7783bbcc3774f5fd54c520eb88ed.tar.gz
penes-snac2-3cd73311bece7783bbcc3774f5fd54c520eb88ed.tar.xz
penes-snac2-3cd73311bece7783bbcc3774f5fd54c520eb88ed.zip
Updated TODO.
-rw-r--r--TODO.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/TODO.md b/TODO.md
index bf4e6c4..a518fe3 100644
--- a/TODO.md
+++ b/TODO.md
@@ -28,7 +28,7 @@ Add (back) the possibility to attach an image by URL.
28 28
29With this new disk layout, hidden posts (and their children) can be directly skipped when rendering the HTML timeline (are there any other implications?). 29With this new disk layout, hidden posts (and their children) can be directly skipped when rendering the HTML timeline (are there any other implications?).
30 30
31Do something with @mentions without host; complete with followed people, or with local users. Or just do nothing. I'm not sure. 31User request: "will it be possible to click on a link and instead of opening the original instance, we'll be able only to see a list of the posts of this person here in comam?. Something like Mastodon does."
32 32
33## Closed 33## Closed
34 34
@@ -241,3 +241,5 @@ Mastodon API: add an instance timeline by combining the timelines of all users (
241Mastodon API: implement 'unfavourite' (2023-05-19T21:25:24+0200). 241Mastodon API: implement 'unfavourite' (2023-05-19T21:25:24+0200).
242 242
243Mastodon API: implement 'unreblog' (unboost) (2023-05-19T21:25:24+0200). 243Mastodon API: implement 'unreblog' (unboost) (2023-05-19T21:25:24+0200).
244
245Do something with @mentions without host; complete with followed people, or with local users. Or just do nothing. I'm not sure (2023-05-21T20:19:15+0200).