feat/push-notifications #34

Merged
retoor merged 16 commits from :feat/push-notifications into main 2025-06-06 11:25:09 +02:00
Showing only changes of commit 94b9d2c63b - Show all commits

View File

@ -62,6 +62,7 @@ class NotificationService(BaseService):
except Exception: except Exception:
raise Exception(f"Failed to create notification: {model.errors}.") raise Exception(f"Failed to create notification: {model.errors}.")
if channel_member["user_uid"] != user["uid"]:
try: try:
await self.app.services.push.notify_user( await self.app.services.push.notify_user(
user_uid=channel_member["user_uid"], user_uid=channel_member["user_uid"],