diff options
author | bodqhrohro <bodqhrohro@gmail.com> | 2019-12-22 04:04:45 +0300 |
---|---|---|
committer | bodqhrohro <bodqhrohro@gmail.com> | 2019-12-22 04:04:45 +0300 |
commit | ed8fd6415c2e7dc6ce4cd2907aea10ffe9b4ba55 (patch) | |
tree | 43d7fe245e99eb043648647815f5a9b08dffa936 /telegram/utils.go | |
parent | 915b7fe1de6bf8f726a596b000956ae14ecbf2a2 (diff) |
Migrate some comments from Zhabogram; change queue behaviour
Diffstat (limited to 'telegram/utils.go')
-rw-r--r-- | telegram/utils.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/telegram/utils.go b/telegram/utils.go index 1983367..cef5167 100644 --- a/telegram/utils.go +++ b/telegram/utils.go @@ -129,6 +129,7 @@ func (c *Client) userStatusToText(status client.UserStatus) (string, string) { return show, textStatus } +// set contact status func (c *Client) processStatusUpdate(chatID int64, status string, show string, args ...args.V) error { if !c.Online() { return nil |