Commit 0d98f473 authored by Him188's avatar Him188

Fix `FlashImage.toString`

parent 094bd72e
......@@ -282,7 +282,7 @@ sealed class FlashImage : MessageContent, HummerMessage() {
}
}
override fun toString(): String = stringValue!!
final override fun toString(): String = stringValue!!
override fun contentToString(): String = "[闪照]"
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment