mirror of
https://github.com/tulir/gomuks.git
synced 2025-04-20 18:43:41 -05:00
parent
31e6b97371
commit
d6c4cdf716
1 changed files with 1 additions and 0 deletions
|
@ -141,6 +141,7 @@ func (h *HiClient) SendMessage(
|
||||||
base.Body = content.Body
|
base.Body = content.Body
|
||||||
base.Format = content.Format
|
base.Format = content.Format
|
||||||
base.FormattedBody = content.FormattedBody
|
base.FormattedBody = content.FormattedBody
|
||||||
|
base.Mentions = content.Mentions
|
||||||
}
|
}
|
||||||
content = *base
|
content = *base
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue