mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-30 13:56:16 -06:00
update statuses table to replace updated_at column with edited_at
This commit is contained in:
parent
e9bb7ddd3a
commit
5afc9ebeb3
23 changed files with 406 additions and 117 deletions
|
|
@ -97,7 +97,6 @@ func (p *Processor) Create(
|
|||
URI: accountURIs.StatusesURI + "/" + statusID,
|
||||
URL: accountURIs.StatusesURL + "/" + statusID,
|
||||
CreatedAt: now,
|
||||
UpdatedAt: now,
|
||||
Local: util.Ptr(true),
|
||||
Account: requester,
|
||||
AccountID: requester.ID,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue