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

@ -76,7 +76,8 @@ public class PublisherSubscriptionService(
localizer["PostSubscriptionTitle", post.Publisher.Name, title],
null,
message,
data
data,
actionUri: $"/posts/{post.Id}"
);
notifiedCount++;