summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar default2022-11-23 09:41:18 +0100
committerGravatar default2022-11-23 09:41:18 +0100
commit20235dfaa2d098f0b5053539b5ae7928582c96d7 (patch)
tree00205f0fcdce66206e3ebfb91bc4d669511ddb79
parentIn msg_note(), also add the in_reply_to author as a tag.Mention. (diff)
downloadsnac2-20235dfaa2d098f0b5053539b5ae7928582c96d7.tar.gz
snac2-20235dfaa2d098f0b5053539b5ae7928582c96d7.tar.xz
snac2-20235dfaa2d098f0b5053539b5ae7928582c96d7.zip
Updated TODO.
-rw-r--r--TODO.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/TODO.md b/TODO.md
index 1ddfe92..c80387d 100644
--- a/TODO.md
+++ b/TODO.md
@@ -2,6 +2,8 @@
2 2
3## Open 3## Open
4 4
5Dropping on input those messages that have their parent hidden is not a good idea, as children of *these* dropped messages will pass unharmed.
6
5Add support for uploading the avatar, instead of needing an URL to an image. As a kludgy workaround, you can post something with an attached image, copy the auto-generated URL and use it. You can even delete the post, as attached images are never deleted (I said it was kludgy). 7Add support for uploading the avatar, instead of needing an URL to an image. As a kludgy workaround, you can post something with an attached image, copy the auto-generated URL and use it. You can even delete the post, as attached images are never deleted (I said it was kludgy).
6 8
7Add (back) the possibility to attach an image by URL. 9Add (back) the possibility to attach an image by URL.