diff options
author | Bohdan Horbeshko <bodqhrohro@gmail.com> | 2023-03-19 00:47:08 +0300 |
---|---|---|
committer | Bohdan Horbeshko <bodqhrohro@gmail.com> | 2023-03-19 00:47:08 +0300 |
commit | 22b46c71ce932cc97fa6d437a7473a653bb59a41 (patch) | |
tree | 5b247efdcf7afaba688cc4ab09945ccc3934a71e /telegram/handlers.go | |
parent | 281b9691af8dda2225c74efb99b98f4acc33c457 (diff) |
gofmt
Diffstat (limited to 'telegram/handlers.go')
-rw-r--r-- | telegram/handlers.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/telegram/handlers.go b/telegram/handlers.go index 84e3748..bd768ae 100644 --- a/telegram/handlers.go +++ b/telegram/handlers.go @@ -242,7 +242,7 @@ func (c *Client) updateMessageContent(update *client.UpdateMessageContent) { textContent.Text.Entities, markupFunction, )) - gateway.SendMessage(c.jid, strconv.FormatInt(update.ChatId, 10), text, "e" + strconv.FormatInt(update.MessageId, 10), c.xmpp, nil, false) + gateway.SendMessage(c.jid, strconv.FormatInt(update.ChatId, 10), text, "e"+strconv.FormatInt(update.MessageId, 10), c.xmpp, nil, false) } } |