From b5920822c4489897248b770cf7e0e4324b84db89 Mon Sep 17 00:00:00 2001 From: Bohdan Horbeshko Date: Tue, 27 Jun 2023 09:14:35 -0400 Subject: Send nick in messages (specially für Sava, but nahuj nado) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- telegram/commands.go | 1 + 1 file changed, 1 insertion(+) (limited to 'telegram/commands.go') diff --git a/telegram/commands.go b/telegram/commands.go index 2f879b1..184ebfc 100644 --- a/telegram/commands.go +++ b/telegram/commands.go @@ -200,6 +200,7 @@ func (c *Client) sendMessagesReverse(chatID int64, messages []*client.Message) { c.xmpp, reply, false, + "", ) } } -- cgit v1.2.3