diff --git a/app/dao/user.py b/app/dao/user.py index fa1088a..d325410 100644 --- a/app/dao/user.py +++ b/app/dao/user.py @@ -80,7 +80,6 @@ class UserDAO(BaseDAO): chats_with_descriptions.c.visibility, Users.id, Users.avatar_image, - Users.avatar_hex, ) .select_from(chats_with_descriptions) .join(Users, Users.id == chats_with_descriptions.c.user_id)