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.
2 parents 52461ea + c1f811c commit 770465cCopy full SHA for 770465c
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