inbox-debug-3

This commit is contained in:
2024-01-24 13:06:47 +03:00
parent 6e8c084816
commit a83ef022a3
4 changed files with 17 additions and 15 deletions

View File

@@ -94,7 +94,7 @@ class CacheStorage:
CacheStorage.authors = result
for a in result:
user_id = a.get("user")
author_id = a.get("id")
author_id = str(a.get("id"))
self.authors_by_user[user_id] = a
self.authors_by_id[author_id] = a