cache-updates-fix

This commit is contained in:
2024-05-05 18:46:16 +03:00
parent c9205a698f
commit f6cb7e18d1
3 changed files with 56 additions and 20 deletions

View File

@@ -123,7 +123,7 @@ async def cache_follower(follower: dict, author: dict, is_insert=True):
return followers
async def cache_topic(topic_dict: str):
async def cache_topic(topic_dict: dict):
# update stat all field for followers' caches in <topics> list
followers = (
local_session()