This commit is contained in:
retoor 2025-03-27 17:15:39 +01:00
parent 5390b8bdc3
commit 877ef7970d

View File

@ -41,6 +41,8 @@ class NotificationService(BaseService):
channel_member['new_count'] += 1
usr = await self.services.user.get(uid=channel_member["user_uid"])
if not usr:
continue
print("INSERTED FOR ",usr["username"],flush=True)
await self.services.channel_member.save(channel_member)