update statuses table to replace updated_at column with edited_at

This commit is contained in:
kim 2025-01-06 14:54:45 +00:00
commit 5afc9ebeb3
23 changed files with 406 additions and 117 deletions

View file

@ -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,