Skip to content

Commit

Permalink
Fix voice chat on failing notification
Browse files Browse the repository at this point in the history
  • Loading branch information
beastoin committed Jan 19, 2025
1 parent f7fc9c5 commit 4e00f8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/utils/chat.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def delete_file():

# send notification
token = notification_db.get_token_only(uid)
send_chat_message_notification(token, "omi", "omi", ai_message.text)
send_chat_message_notification(token, "omi", "omi", ai_message.text, ai_message.id)

return [message.dict(), ai_message_resp]

Expand Down

0 comments on commit 4e00f8d

Please sign in to comment.