mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2026-01-03 21:43:17 -06:00
fix tests now new models are added, add more status edit DB tests
This commit is contained in:
parent
f9a393d6ab
commit
4dd9c00cac
24 changed files with 191 additions and 132 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue