Fixed a crash related to the whisper system and some minor updates

This commit is contained in:
WolverinDEV
2020-12-19 10:52:24 +01:00
parent 0cff59328f
commit ccd0f7fcfd
5 changed files with 19 additions and 8 deletions
@@ -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;
}