mirror of
https://dev.narayana.im/narayana/telegabber.git
synced 2026-08-05 04:07:07 +00:00
parent
d10b45b22a
commit
3618dadd81
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue