diff options
author | Bohdan Horbeshko <bodqhrohro@gmail.com> | 2024-04-12 05:24:22 +0300 |
---|---|---|
committer | Bohdan Horbeshko <bodqhrohro@gmail.com> | 2024-04-12 05:24:22 +0300 |
commit | 2459b14948e71a5db640b63a41720f2b197f3fd4 (patch) | |
tree | addc46054220db2534c94233d8703c8da8aa3e97 /telegram | |
parent | f15e44436beb9629bbd57607faba072b1f9a9b18 (diff) |
Version 1.9.2v1.9.2
Diffstat (limited to 'telegram')
-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 3c54746..05c12ca 100644 --- a/telegram/handlers.go +++ b/telegram/handlers.go @@ -68,7 +68,7 @@ func (c *Client) sendMarker(chatId, messageId int64, typ gateway.MarkerType) { stringType = "displayed" } log.WithFields(log.Fields{ - "xmppId": xmppId, + "xmppId": xmppId, }).Debugf("marker: %s", stringType) gateway.SendMessageMarker( |