Commit fbe973f3 authored by Him188's avatar Him188

Fix false positive mute state

parent e5ff3836
...@@ -184,4 +184,4 @@ interface Group : Contact, CoroutineScope { ...@@ -184,4 +184,4 @@ interface Group : Contact, CoroutineScope {
/** /**
* 返回机器人是否正在被禁言 * 返回机器人是否正在被禁言
*/ */
val Group.isBotMuted: Boolean get() = this.botMuteRemaining == 0 val Group.isBotMuted: Boolean get() = this.botMuteRemaining != 0
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