mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-29 15:56:16 -06:00
Merge branch 'bugfix/status-mention-population' into feature/add-sqlite-support
This commit is contained in:
commit
25af975343
1 changed files with 1 additions and 1 deletions
|
|
@ -353,7 +353,7 @@ func (d *deref) populateStatusFields(ctx context.Context, status *gtsmodel.Statu
|
|||
return err
|
||||
}
|
||||
|
||||
m = >smodel.Mention{
|
||||
*m = gtsmodel.Mention{
|
||||
ID: mID,
|
||||
StatusID: status.ID,
|
||||
Status: m.Status,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue