Skip to content

Commit

Permalink
Fix voice chat on failing notification (#1713)
Browse files Browse the repository at this point in the history
  • Loading branch information
beastoin authored Jan 19, 2025
2 parents f7fc9c5 + 4e00f8d commit a70a58e
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 a70a58e

Please sign in to comment.