1
0
mirror of https://git.sr.ht/~tsileo/microblog.pub synced 2025-06-05 21:59:23 +02:00

Copy over the content warning when replying

This commit is contained in:
Thomas Sileo
2022-08-01 20:37:08 +02:00
parent 3fc6ac19f4
commit 9f3956db67
3 changed files with 8 additions and 1 deletions

View File

@ -76,6 +76,7 @@ _RESIZED_CACHE: MutableMapping[tuple[str, int], tuple[bytes, str, Any]] = LFUCac
# TODO(ts):
#
# Next:
# - allow to manually approve follow requests
# - prevent double accept/double follow
# - UI support for updating posts
# - indieauth tweaks