|
|
@@ -63,10 +63,7 @@ private constructor(val target: Long, val display: String) :
|
|
|
@JvmName("followedBy")
|
|
|
@JvmSynthetic
|
|
|
override fun followedBy1(tail: Message): CombinedMessage {
|
|
|
- if (tail is PlainText && tail.stringValue.startsWith(' ')) {
|
|
|
- return followedByInternalForBinaryCompatibility(tail)
|
|
|
- }
|
|
|
- return followedByInternalForBinaryCompatibility(PlainText(" ") + tail)
|
|
|
+ return followedByInternalForBinaryCompatibility(tail)
|
|
|
}
|
|
|
|
|
|
override fun followedBy(tail: Message): MessageChain {
|