mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-04-08 02:19:41 +00:00
actually update by the currently set status ID field 🤦
This commit is contained in:
parent
80a65366e0
commit
b941325a0c
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ func init() {
|
|||
Column("edits").
|
||||
Where("? = ?",
|
||||
bun.Ident("id"),
|
||||
status.ID,
|
||||
edit.StatusID,
|
||||
).
|
||||
Exec(ctx); err != nil {
|
||||
return fmt.Errorf("error updating status.edits: %w", err)
|
||||
|
|
Loading…
Reference in a new issue