redis-set-result-fix-3
This commit is contained in:
parent
e75b37e177
commit
bd09afe0d7
|
@ -68,6 +68,7 @@ async def load_chats(_, info, limit: int = 50, offset: int = 0):
|
|||
c["members"] = []
|
||||
for member_id in member_ids:
|
||||
a = await get_author(member_id)
|
||||
print(f"{a}")
|
||||
if a:
|
||||
c["members"].append(
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue
Block a user