fix tests now new models are added, add more status edit DB tests

This commit is contained in:
kim 2024-11-29 16:51:20 +00:00
commit 4dd9c00cac
24 changed files with 191 additions and 132 deletions

View file

@ -622,7 +622,7 @@ func (d *Dereferencer) fetchStatusMentions(
}
// This mention didn't exist yet.
// Generate new ID according to status creation.
// Generate new ID according to latest update.
mention.ID = id.NewULIDFromTime(status.UpdatedAt)
// Set known further mention details.