mirror of
https://github.com/omnara-ai/omnara.git
synced 2025-08-12 20:39:09 +03:00
fix: fix notifications
This commit is contained in:
@@ -50,8 +50,10 @@ class PushNotificationService:
|
||||
unique_tokens = {}
|
||||
for token in tokens:
|
||||
unique_tokens[token.token] = token
|
||||
|
||||
logger.info(f"Found {len(tokens)} total tokens, {len(unique_tokens)} unique tokens for user {user_id}")
|
||||
|
||||
logger.info(
|
||||
f"Found {len(tokens)} total tokens, {len(unique_tokens)} unique tokens for user {user_id}"
|
||||
)
|
||||
|
||||
# Prepare messages for Expo
|
||||
messages = []
|
||||
|
||||
Reference in New Issue
Block a user