mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-29 16:06:16 -06:00
formatting
This commit is contained in:
parent
9e6625d309
commit
23a6c584f1
1 changed files with 1 additions and 1 deletions
|
|
@ -1160,7 +1160,7 @@ func (d *Dereferencer) handleStatusEdit(
|
|||
switch {
|
||||
// We prefer to use provided 'upated_at', but ensure
|
||||
// it fits chronologically with creation / last update.
|
||||
|
||||
//
|
||||
// updated_at has jumped backward, safety check it.
|
||||
case existing.UpdatedAt.Before(status.UpdatedAt):
|
||||
cols = append(cols, "updated_at")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue