diff options
Diffstat (limited to 'TODO.md')
| -rw-r--r-- | TODO.md | 8 |
1 files changed, 7 insertions, 1 deletions
| @@ -2,7 +2,11 @@ | |||
| 2 | 2 | ||
| 3 | ## Open | 3 | ## Open |
| 4 | 4 | ||
| 5 | Dropping on input those messages that have their parent hidden is not a good idea, as children of *these* dropped messages will pass unharmed. | 5 | Add an ?skip=NNN parameter to the admin page, to see older timeline. |
| 6 | |||
| 7 | Add support for Edit + Note. | ||
| 8 | |||
| 9 | Add domain/subdomain flexibility according to https://codeberg.org/grunfink/snac2/issues/3 | ||
| 6 | 10 | ||
| 7 | Add 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). | 11 | Add 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). |
| 8 | 12 | ||
| @@ -177,3 +181,5 @@ Add a purge timeout also for the local timeline (2022-11-12T08:32:56+0100). | |||
| 177 | Add a switch for sensitive posts (2022-11-16T12:17:50+0100). | 181 | Add a switch for sensitive posts (2022-11-16T12:17:50+0100). |
| 178 | 182 | ||
| 179 | Add an RSS to the local timeline (2022-11-18T11:43:54+0100). | 183 | Add an RSS to the local timeline (2022-11-18T11:43:54+0100). |
| 184 | |||
| 185 | Dropping on input those messages that have their parent hidden is not a good idea, as children of *these* dropped messages will pass unharmed (2022-11-28T11:34:56+0100). | ||