mirror of
https://dev.narayana.im/narayana/telegabber.git
synced 2026-08-05 12:17:06 +00:00
Show mentions with @ for noticeability
This commit is contained in:
parent
12ac2fb5dd
commit
2a81da955b
1 changed files with 1 additions and 1 deletions
|
|
@ -194,7 +194,7 @@ func mentionBraces(entity *client.TextEntity, nickname string) []*insertion {
|
||||||
return []*insertion{
|
return []*insertion{
|
||||||
&insertion{
|
&insertion{
|
||||||
Offset: entity.Offset,
|
Offset: entity.Offset,
|
||||||
Runes: []rune(nickname),
|
Runes: []rune("@" + nickname),
|
||||||
Type: insertionOpening,
|
Type: insertionOpening,
|
||||||
Replacing: true,
|
Replacing: true,
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue