🐛 Fix sending notification didn't set culture info for localization
This commit is contained in:
@ -71,6 +71,7 @@ public class PublisherSubscriptionService(
|
||||
{
|
||||
try
|
||||
{
|
||||
AccountService.SetCultureInfo(subscription.Account);
|
||||
await nty.SendNotification(
|
||||
subscription.Account,
|
||||
"posts.new",
|
||||
|
Reference in New Issue
Block a user