update_follows_for_author-call-fix
This commit is contained in:
parent
b58406866c
commit
b18ba16aab
|
@ -197,7 +197,6 @@ async def handle_author_follower_change(
|
||||||
_ = asyncio.create_task(set_follows_authors_cache(follows_authors, follower_id))
|
_ = asyncio.create_task(set_follows_authors_cache(follows_authors, follower_id))
|
||||||
_ = asyncio.create_task(set_author_cache(follower.dict()))
|
_ = asyncio.create_task(set_author_cache(follower.dict()))
|
||||||
await update_follows_for_author(
|
await update_follows_for_author(
|
||||||
connection,
|
|
||||||
follower,
|
follower,
|
||||||
'author',
|
'author',
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue
Block a user