aboutsummaryrefslogtreecommitdiff
path: root/telegram/utils.go
diff options
context:
space:
mode:
Diffstat (limited to 'telegram/utils.go')
-rw-r--r--telegram/utils.go8
1 files changed, 4 insertions, 4 deletions
diff --git a/telegram/utils.go b/telegram/utils.go
index 4d77fc4..47a851a 100644
--- a/telegram/utils.go
+++ b/telegram/utils.go
@@ -249,15 +249,15 @@ func (c *Client) ProcessStatusUpdate(chatID int64, status string, show string, o
presenceType = typ
}
log.WithFields(log.Fields{
- "show": show,
- "status": status,
+ "show": show,
+ "status": status,
"presenceType": presenceType,
}).Debug("Cached status")
} else if user != nil && user.Status != nil {
show, status, presenceType = c.userStatusToText(user.Status, chatID)
log.WithFields(log.Fields{
- "show": show,
- "status": status,
+ "show": show,
+ "status": status,
"presenceType": presenceType,
}).Debug("Status to text")
} else {