mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-30 00:46:15 -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 {
|
switch {
|
||||||
// We prefer to use provided 'upated_at', but ensure
|
// We prefer to use provided 'upated_at', but ensure
|
||||||
// it fits chronologically with creation / last update.
|
// it fits chronologically with creation / last update.
|
||||||
|
//
|
||||||
// updated_at has jumped backward, safety check it.
|
// updated_at has jumped backward, safety check it.
|
||||||
case existing.UpdatedAt.Before(status.UpdatedAt):
|
case existing.UpdatedAt.Before(status.UpdatedAt):
|
||||||
cols = append(cols, "updated_at")
|
cols = append(cols, "updated_at")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue