summaryrefslogtreecommitdiff
path: root/internal/federation
diff options
context:
space:
mode:
Diffstat (limited to 'internal/federation')
-rw-r--r--internal/federation/dereferencing/status.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/federation/dereferencing/status.go b/internal/federation/dereferencing/status.go
index d238842e8..8d237c841 100644
--- a/internal/federation/dereferencing/status.go
+++ b/internal/federation/dereferencing/status.go
@@ -708,6 +708,7 @@ func (d *Dereferencer) fetchStatusMentions(
mention.TargetAccountURL = mention.TargetAccount.URL
mention.StatusID = status.ID
mention.Status = status
+ mention.IsNew = true
// Place the new mention into the database.
if err := d.state.DB.PutMention(ctx, mention); err != nil {