Show mentions with @ for noticeability

This commit is contained in:
Bohdan Horbeshko 2025-08-14 07:36:58 -04:00
parent 12ac2fb5dd
commit 2a81da955b

View file

@ -194,7 +194,7 @@ func mentionBraces(entity *client.TextEntity, nickname string) []*insertion {
return []*insertion{
&insertion{
Offset: entity.Offset,
Runes: []rune(nickname),
Runes: []rune("@" + nickname),
Type: insertionOpening,
Replacing: true,
},