hicli/send: fix mentions in captions

Fixes #617
This commit is contained in:
Tulir Asokan 2025-04-20 13:58:36 +03:00
parent 31e6b97371
commit d6c4cdf716

View file

@ -141,6 +141,7 @@ func (h *HiClient) SendMessage(
base.Body = content.Body
base.Format = content.Format
base.FormattedBody = content.FormattedBody
base.Mentions = content.Mentions
}
content = *base
}