diff options
| author | 2022-10-10 08:08:16 +0200 | |
|---|---|---|
| committer | 2022-10-10 08:08:16 +0200 | |
| commit | acb3bb90c4c62e45f6b6ab3f41ab2b03656d0802 (patch) | |
| tree | 3851e86a47e8c14eedcf312a4d29b8dca96c9212 | |
| parent | Minor logging tweak. (diff) | |
| download | penes-snac2-acb3bb90c4c62e45f6b6ab3f41ab2b03656d0802.tar.gz penes-snac2-acb3bb90c4c62e45f6b6ab3f41ab2b03656d0802.tar.xz penes-snac2-acb3bb90c4c62e45f6b6ab3f41ab2b03656d0802.zip | |
Updated TODO.
| -rw-r--r-- | TODO.md | 6 |
1 files changed, 4 insertions, 2 deletions
| @@ -2,14 +2,16 @@ | |||
| 2 | 2 | ||
| 3 | ## Open | 3 | ## Open |
| 4 | 4 | ||
| 5 | Embed videos. | ||
| 6 | |||
| 7 | Implement image attachments. | ||
| 8 | |||
| 5 | Implement the :emojis: in actor names and messages. | 9 | Implement the :emojis: in actor names and messages. |
| 6 | 10 | ||
| 7 | Add web interface for private messages. | 11 | Add web interface for private messages. |
| 8 | 12 | ||
| 9 | Add web interface for the list of people being followed. | 13 | Add web interface for the list of people being followed. |
| 10 | 14 | ||
| 11 | Implement image attachments. | ||
| 12 | |||
| 13 | Implement the s/ (static) path. | 15 | Implement the s/ (static) path. |
| 14 | 16 | ||
| 15 | build_mentions() should not query the webfinger (and it's disabled by now); process_message() should 'complete' the tag Mentions that don't include a host. | 17 | build_mentions() should not query the webfinger (and it's disabled by now); process_message() should 'complete' the tag Mentions that don't include a host. |