mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-29 18:06:15 -06:00
tiny change
This commit is contained in:
parent
279da5ac5f
commit
76150121f9
2 changed files with 1 additions and 2 deletions
|
|
@ -357,7 +357,7 @@ func (d *deref) populateStatusMentions(ctx context.Context, status *gtsmodel.Sta
|
|||
Status: m.Status,
|
||||
CreatedAt: status.CreatedAt,
|
||||
UpdatedAt: status.UpdatedAt,
|
||||
OriginAccountID: status.Account.ID,
|
||||
OriginAccountID: status.AccountID,
|
||||
OriginAccountURI: status.AccountURI,
|
||||
OriginAccount: status.Account,
|
||||
TargetAccountID: targetAccount.ID,
|
||||
|
|
|
|||
|
|
@ -99,7 +99,6 @@ func (suite *FromFederatorTestSuite) TestProcessReplyMention() {
|
|||
},
|
||||
},
|
||||
AccountID: replyingAccount.ID,
|
||||
Account: replyingAccount,
|
||||
AccountURI: replyingAccount.URI,
|
||||
InReplyToID: repliedStatus.ID,
|
||||
InReplyToURI: repliedStatus.URI,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue