diff options
| -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. |