mirror of
https://github.com/mamoe/mirai.git
synced 2024-12-31 07:07:01 +08:00
Fix FlashImage.toString
This commit is contained in:
parent
094bd72efb
commit
0d98f47348
@ -282,7 +282,7 @@ sealed class FlashImage : MessageContent, HummerMessage() {
|
||||
}
|
||||
}
|
||||
|
||||
override fun toString(): String = stringValue!!
|
||||
final override fun toString(): String = stringValue!!
|
||||
override fun contentToString(): String = "[闪照]"
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user