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

@ -72,7 +72,6 @@ func (f *ConversationFactory) NewTestStatus(localAccount *gtsmodel.Account, thre
status := &gtsmodel.Status{
ID: statusID,
CreatedAt: createdAt,
UpdatedAt: createdAt,
URI: "http://localhost:8080/users/" + localAccount.Username + "/statuses/" + statusID,
AccountID: localAccount.ID,
AccountURI: localAccount.URI,