Fixed a crash related to the whisper system and some minor updates
This commit is contained in:
@@ -1436,6 +1436,7 @@ ts::command_result ConnectedClient::execute_channel_edit(ChannelId& channel_id,
|
||||
case property::CHANNEL_CODEC_QUALITY:
|
||||
case property::CHANNEL_CODEC_IS_UNENCRYPTED:
|
||||
case property::CHANNEL_DELETE_DELAY:
|
||||
case property::CHANNEL_SIDEBAR_MODE:
|
||||
break;
|
||||
|
||||
case property::CHANNEL_PASSWORD:
|
||||
@@ -1500,7 +1501,7 @@ ts::command_result ConnectedClient::execute_channel_edit(ChannelId& channel_id,
|
||||
break;
|
||||
|
||||
default:
|
||||
logCritical(this->getServerId(), "{} Channel property {} reached context validation context but we don't know how to handle it. Please report this bug!", property::describe(key).name);
|
||||
logCritical(this->getServerId(), "{} Channel property {} reached context validation context but we don't know how to handle it. Please report this bug!", CLIENT_LOG_PREFIX, property::describe(key).name);
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user