mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-29 15:46:15 -06:00
fix ptr being incorrectly assigned to
Signed-off-by: kim (grufwub) <grufwub@gmail.com>
This commit is contained in:
parent
d39d93e852
commit
26887b31e8
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