diff options
| author | 2022-10-30 06:19:52 +0100 | |
|---|---|---|
| committer | 2022-10-30 06:19:52 +0100 | |
| commit | 1acf372fdaf5c7aaba63b367006fd107e68a8882 (patch) | |
| tree | 0ab1323459228344bee235fb635ef8ccd681f414 | |
| parent | Accepted for HTML tags. (diff) | |
| download | snac2-1acf372fdaf5c7aaba63b367006fd107e68a8882.tar.gz snac2-1acf372fdaf5c7aaba63b367006fd107e68a8882.tar.xz snac2-1acf372fdaf5c7aaba63b367006fd107e68a8882.zip | |
Updated TODO.
| -rw-r--r-- | TODO.md | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -22,8 +22,6 @@ Add an RSS to the local timeline. | |||
| 22 | 22 | ||
| 23 | Idea for a new disk layout: timelines stored like in git (2 character directories and then the md5.json inside); two binary indexes ala Gruta, updated on input, 1) by inverse time, and 2) by parent + inverse time. Timelines are built by reading from 1 and consulting 2 for the nested children. This change a) simplifies timeline_write() and associated functions (no parent / grampa rewriting needed), b) no big glob() inverse functions on huge directories, so big histories won't be problematic. | 23 | Idea for a new disk layout: timelines stored like in git (2 character directories and then the md5.json inside); two binary indexes ala Gruta, updated on input, 1) by inverse time, and 2) by parent + inverse time. Timelines are built by reading from 1 and consulting 2 for the nested children. This change a) simplifies timeline_write() and associated functions (no parent / grampa rewriting needed), b) no big glob() inverse functions on huge directories, so big histories won't be problematic. |
| 24 | 24 | ||
| 25 | Implement sensitive messages: they have a non-empty `summary` field and a `sensitive` field set to *true*. | ||
| 26 | |||
| 27 | Add a 'Follow' button next to a follow notification. | 25 | Add a 'Follow' button next to a follow notification. |
| 28 | 26 | ||
| 29 | ## Closed | 27 | ## Closed |
| @@ -169,3 +167,5 @@ Implement the :emojis: in actor names and messages (2022-10-17T12:12:58+0200). | |||
| 169 | Implement notification by email of private messages (2022-10-28T21:17:27+0200). | 167 | Implement notification by email of private messages (2022-10-28T21:17:27+0200). |
| 170 | 168 | ||
| 171 | Make local likes / announces more visible (2022-10-28T21:18:41+0200). | 169 | Make local likes / announces more visible (2022-10-28T21:18:41+0200). |
| 170 | |||
| 171 | Implement sensitive messages: they have a non-empty `summary` field and a `sensitive` field set to *true* (2022-10-30T06:19:13+0100). | ||