Revert "Fix strel ochka"

This reverts commit d48cb8b586.
This commit is contained in:
Bohdan Horbeshko 2022-02-09 11:30:56 -05:00
parent d10b45b22a
commit 3618dadd81

View file

@ -612,9 +612,9 @@ func (c *Client) messageToPrefix(message *client.Message, fileString string) str
// message direction // message direction
var directionChar string var directionChar string
if message.IsOutgoing { if message.IsOutgoing {
directionChar = " " directionChar = " "
} else { } else {
directionChar = " " directionChar = " "
} }
prefix = append(prefix, directionChar+strconv.FormatInt(message.Id, 10)) prefix = append(prefix, directionChar+strconv.FormatInt(message.Id, 10))
// show sender in group chats // show sender in group chats