aboutsummaryrefslogtreecommitdiff
path: root/telegram/commands.go
diff options
context:
space:
mode:
authorBohdan Horbeshko <bodqhrohro@gmail.com>2024-01-27 14:13:45 +0300
committerBohdan Horbeshko <bodqhrohro@gmail.com>2024-01-27 14:13:45 +0300
commit599cf16cdbb8567cf2ab1ce42aee5f493884de96 (patch)
treebc9be25328223d6ce5b3c3d3868496dd0ccdc75e /telegram/commands.go
parent81fc3ea3707cdf73b846ab55b2ecc5b8f68ccd21 (diff)
Request and send to Telegram XEP-0333 displayed markers by "receipts" option
Diffstat (limited to 'telegram/commands.go')
-rw-r--r--telegram/commands.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/telegram/commands.go b/telegram/commands.go
index 19fd655..b5c856e 100644
--- a/telegram/commands.go
+++ b/telegram/commands.go
@@ -202,6 +202,7 @@ func (c *Client) sendMessagesReverse(chatID int64, messages []*client.Message) {
c.xmpp,
reply,
false,
+ false,
)
}
}