diff options
| author | 2023-06-15 04:30:55 +0200 | |
|---|---|---|
| committer | 2023-06-15 04:30:55 +0200 | |
| commit | dccb6cdd81c30ef6b5538d16aad28215e7000551 (patch) | |
| tree | 12f6d6252d3e3ecd8ad2a142cdb2120e1d727473 /TODO.md | |
| parent | Use the _a.json extension for actor object links into following/. (diff) | |
| download | snac2-dccb6cdd81c30ef6b5538d16aad28215e7000551.tar.gz snac2-dccb6cdd81c30ef6b5538d16aad28215e7000551.tar.xz snac2-dccb6cdd81c30ef6b5538d16aad28215e7000551.zip | |
Updated TODO.
Diffstat (limited to 'TODO.md')
| -rw-r--r-- | TODO.md | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -4,8 +4,6 @@ | |||
| 4 | 4 | ||
| 5 | Fix `timeline_request_replies()` issues (more info there). | 5 | Fix `timeline_request_replies()` issues (more info there). |
| 6 | 6 | ||
| 7 | Fix premature purge of actor by hardlinking the actor object inside the user `following/` subfolder. | ||
| 8 | |||
| 9 | Replace weird, vestigial 'touch-by-append-spaces' in actor_get() with a more proper call to `utimes()`. | 7 | Replace weird, vestigial 'touch-by-append-spaces' in actor_get() with a more proper call to `utimes()`. |
| 10 | 8 | ||
| 11 | Post edits should preserve the image and the image description somewhat. | 9 | Post edits should preserve the image and the image description somewhat. |
| @@ -251,3 +249,5 @@ Do something with @mentions without host; complete with followed people, or with | |||
| 251 | Add (back) the possibility to attach an image by URL (2023-05-21T20:35:39+0200). | 249 | Add (back) the possibility to attach an image by URL (2023-05-21T20:35:39+0200). |
| 252 | 250 | ||
| 253 | Fix broken links that contain # (https://codeberg.org/grunfink/snac2/issues/47#issuecomment-937014) (2023-06-12T19:03:45+0200). | 251 | Fix broken links that contain # (https://codeberg.org/grunfink/snac2/issues/47#issuecomment-937014) (2023-06-12T19:03:45+0200). |
| 252 | |||
| 253 | Fix premature purge of actor by hardlinking the actor object inside the user `following/` subfolder (2023-06-15T04:30:40+0200). | ||