aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--telegram/utils.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/telegram/utils.go b/telegram/utils.go
index c816c24..da8d849 100644
--- a/telegram/utils.go
+++ b/telegram/utils.go
@@ -612,9 +612,9 @@ func (c *Client) messageToPrefix(message *client.Message, fileString string) str
// message direction
var directionChar string
if message.IsOutgoing {
- directionChar = "⇾ "
+ directionChar = "➡ "
} else {
- directionChar = "⇽ "
+ directionChar = "⬅ "
}
prefix = append(prefix, directionChar+strconv.FormatInt(message.Id, 10))
// show sender in group chats