mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-30 00:36:14 -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
|
return err
|
||||||
}
|
}
|
||||||
|
|
||||||
m = >smodel.Mention{
|
*m = gtsmodel.Mention{
|
||||||
ID: mID,
|
ID: mID,
|
||||||
StatusID: status.ID,
|
StatusID: status.ID,
|
||||||
Status: m.Status,
|
Status: m.Status,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue