summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabe Kangas <gabek@real-ity.com>2022-01-05 11:01:24 -0800
committerGabe Kangas <gabek@real-ity.com>2022-01-06 23:02:49 -0800
commit896c003b1dae18a560f47f906f63da8acfa08dbc (patch)
treeaa954e0ccec592c8d806bd184a9e13af339890a5
parent47db08d487fa78673114865ac60184fcc980842c (diff)
Remove "just" in engagement messags
-rw-r--r--activitypub/inbox/chat.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/activitypub/inbox/chat.go b/activitypub/inbox/chat.go
index 33ac8e696..67ff31013 100644
--- a/activitypub/inbox/chat.go
+++ b/activitypub/inbox/chat.go
@@ -31,7 +31,7 @@ func handleEngagementActivity(eventType events.EventType, isLiveNotification boo
}
actorIRI := actorReference.Begin().GetIRI().String()
- userPrefix := fmt.Sprintf("%s just", actorName)
+ userPrefix := fmt.Sprintf("%s ", actorName)
var suffix string
if isLiveNotification && action == events.FediverseEngagementLike {
suffix = fmt.Sprintf("liked that %s went live.", data.GetServerName())