Skip to content

Commit

Permalink
Update logic
Browse files Browse the repository at this point in the history
  • Loading branch information
duogenesis committed Dec 29, 2024
1 parent 6c26346 commit 66b52f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/chat/inbox/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
ON CONFLICT (lserver, luser, remote_bare_jid)
DO UPDATE SET
msg_id = EXCLUDED.msg_id,
box = 'inbox',
box = 'chats',
content = EXCLUDED.content,
timestamp = EXCLUDED.timestamp,
muted_until = EXCLUDED.muted_until,
Expand Down

0 comments on commit 66b52f1

Please sign in to comment.