diff --git a/backend/utils/chat.py b/backend/utils/chat.py index 9a9c500bf..7db0fc5c8 100644 --- a/backend/utils/chat.py +++ b/backend/utils/chat.py @@ -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]