diff --git a/pkg/internal/services/accounts.go b/pkg/internal/services/accounts.go index 1973827..dea3efd 100644 --- a/pkg/internal/services/accounts.go +++ b/pkg/internal/services/accounts.go @@ -104,7 +104,7 @@ func NotifyPosterAccount(user models.Account, post models.Post, title, body stri Subtitle: subtitle, Body: body, Metadata: hyper.EncodeMap(map[string]any{ - "related_post": post, + "related_post": TruncatePostContent(post), }), IsRealtime: false, IsForcePush: true,