chore: format

This commit is contained in:
Timothy Jaeryang Baek
2026-04-01 04:36:02 -05:00
parent 53583f8d83
commit c8ef5a4f38
92 changed files with 3573 additions and 692 deletions
+1 -4
View File
@@ -501,10 +501,7 @@ async def chat_events(sid, data):
event_type = event_data.get('type')
if event_type == 'last_read_at':
await asyncio.to_thread(
Chats.update_chat_last_read_at_by_id,
data['chat_id'], user['id']
)
await asyncio.to_thread(Chats.update_chat_last_read_at_by_id, data['chat_id'], user['id'])
def normalize_document_id(document_id: str) -> str: