This commit is contained in:
parent
fc3f859602
commit
1796d0c82d
|
@ -84,6 +84,8 @@ async def unfollow(_, info, what, slug):
|
|||
|
||||
|
||||
def query_follows(user_id: str):
|
||||
topics = []
|
||||
authors = []
|
||||
with local_session() as session:
|
||||
author_id = (
|
||||
session.query(Author.id).filter(Author.user == user_id).first()
|
||||
|
|
Loading…
Reference in New Issue
Block a user