We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dbfdb2 commit facb252Copy full SHA for facb252
wechaty/src/main/kotlin/io/github/wechaty/user/Room.kt
@@ -93,7 +93,7 @@ class Room(wechaty: Wechaty, val id: String) : Accessory(wechaty), Sayable {
93
return@map "@$concatText"
94
}
95
val mentionText = mentionAlias.joinToString(separator = FOUR_PER_EM_SPACE)
96
- text = mentionText
+ text = "$mentionText $something"
97
} else {
98
text = something
99
0 commit comments