🐛 Fix sending notification didn't set culture info for localization

This commit is contained in:
2025-06-05 00:20:54 +08:00
parent a98bfec86f
commit f961469db1
6 changed files with 18 additions and 4 deletions

View File

@ -9,6 +9,7 @@ public class RealmService(AppDatabase db, NotificationService nty, IStringLocali
{
public async Task SendInviteNotify(RealmMember member)
{
AccountService.SetCultureInfo(member.Account);
await nty.SendNotification(
member.Account,
"invites.realms",