Add notification for follow requests status

This commit is contained in:
Thomas Sileo 2022-07-22 19:36:58 +02:00
parent cf95836d2d
commit 4046fa0506
5 changed files with 30 additions and 2 deletions

View file

@ -78,7 +78,6 @@ _RESIZED_CACHE: MutableMapping[tuple[str, int], tuple[bytes, str, Any]] = LFUCac
# Next:
# - show pending follow request (and prevent double follow?)
# - UI support for updating posts
# - Support for processing update
# - Article support
# - Fix tests
# - Fix SQL tx in the codebase