✨ Notification action URIs
This commit is contained in:
@ -15,7 +15,8 @@ public class RealmService(AppDatabase db, NotificationService nty, IStringLocali
|
||||
"invites.realms",
|
||||
localizer["RealmInviteTitle"],
|
||||
null,
|
||||
localizer["RealmInviteBody", member.Realm.Name]
|
||||
localizer["RealmInviteBody", member.Realm.Name],
|
||||
actionUri: "/realms"
|
||||
);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user