aboutsummaryrefslogtreecommitdiff
path: root/telegram/connect.go
diff options
context:
space:
mode:
authorBohdan Horbeshko <bodqhrohro@gmail.com>2024-01-29 13:00:42 +0300
committerBohdan Horbeshko <bodqhrohro@gmail.com>2024-01-29 13:00:42 +0300
commit20e6d2558e868d61d7168ffe5ca4f3bff0a240c7 (patch)
tree4be00780eb2fe931f824dc83ef018f1df320d343 /telegram/connect.go
parent3a60a1cfaa9329e4c89b8c160892dda75de6c560 (diff)
Version 1.9.0v1.9.0
Diffstat (limited to 'telegram/connect.go')
-rw-r--r--telegram/connect.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/telegram/connect.go b/telegram/connect.go
index afa2d1f..f344759 100644
--- a/telegram/connect.go
+++ b/telegram/connect.go
@@ -158,7 +158,7 @@ func (c *Client) Connect(resource string) error {
}
gateway.SubscribeToTransport(c.xmpp, c.jid)
- c.sendPresence(gateway.SPStatus("Logged in as: "+c.Session.Login))
+ c.sendPresence(gateway.SPStatus("Logged in as: " + c.Session.Login))
}()
return nil