diff --git a/activitypub/outbox/outbox.go b/activitypub/outbox/outbox.go index 043520e27..e035dd297 100644 --- a/activitypub/outbox/outbox.go +++ b/activitypub/outbox/outbox.go @@ -60,7 +60,7 @@ func SendLive() error { if title := data.GetStreamTitle(); title != "" { streamTitle = fmt.Sprintf("
%s
", title) } - textContent = fmt.Sprintf("%s
%s%s
%s", textContent, streamTitle, tagsString, data.GetServerURL(), data.GetServerURL()) + textContent = fmt.Sprintf("%s
%s%s
", textContent, streamTitle, tagsString, data.GetServerURL(), data.GetServerURL()) activity, _, note, noteID := createBaseOutboundMessage(textContent)