🐛 Fix sending notification didn't set culture info for localization
This commit is contained in:
@ -261,6 +261,7 @@ public class PostService(
|
||||
|
||||
if (!isSelfReact && op is not null)
|
||||
{
|
||||
AccountService.SetCultureInfo(op);
|
||||
await nty.SendNotification(
|
||||
op,
|
||||
"posts.reactions.new",
|
||||
|
Reference in New Issue
Block a user