This commit is contained in:
retoor 2025-06-06 15:08:34 +02:00
parent 57ac8e772b
commit efbc6a9b4c

View File

@ -65,7 +65,7 @@ class NotificationService(BaseService):
if channel_member["user_uid"] != user["uid"]:
try:
stripped_message = strip_markdown(channel_message["message"])
channel_name = channel_member.get_name()
channel_name = await channel_member.get_name()
await self.app.services.push.notify_user(
user_uid=channel_member["user_uid"],
payload={