Notification action URIs

This commit is contained in:
2025-06-14 16:57:23 +08:00
parent e7942fc687
commit c8b1c1ba55
5 changed files with 13 additions and 5 deletions

View File

@ -799,6 +799,6 @@ public class ChatRoomController(
: localizer["ChatInviteBody", member.ChatRoom.Name ?? "Unnamed"];
AccountService.SetCultureInfo(member.Account);
await nty.SendNotification(member.Account, "invites.chats", title, null, body);
await nty.SendNotification(member.Account, "invites.chats", title, null, body, actionUri: "/chat");
}
}