Yunohost config utils
This commit is contained in:
parent
7c6768266c
commit
601313cf65
2 changed files with 21 additions and 4 deletions
|
@ -74,7 +74,6 @@ _RESIZED_CACHE: MutableMapping[tuple[str, int], tuple[bytes, str, Any]] = LFUCac
|
|||
|
||||
|
||||
# TODO(ts):
|
||||
#
|
||||
# Next:
|
||||
# - fix issue with followers from a blocked server (skip it?)
|
||||
# - allow to share old notes
|
||||
|
@ -82,10 +81,7 @@ _RESIZED_CACHE: MutableMapping[tuple[str, int], tuple[bytes, str, Any]] = LFUCac
|
|||
# - prevent double accept/double follow
|
||||
# - UI support for updating posts
|
||||
# - indieauth tweaks
|
||||
# - API for posting notes
|
||||
# - FT5 text search
|
||||
# - support update post with history?
|
||||
# - cleanup tasks
|
||||
|
||||
|
||||
class CustomMiddleware:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue