Some issue fixes
This commit is contained in:
@@ -987,5 +987,5 @@ permission::PermissionType ConnectedClient::calculate_and_get_join_state(const s
|
||||
if(permission::v2::permission_granted(1, this->calculate_permission(permission::b_client_is_sticky, this->currentChannel ? this->currentChannel->channelId() : 0)))
|
||||
if(!permission::v2::permission_granted(1, this->calculate_permission(permission::b_client_ignore_sticky, channel_id)))
|
||||
RESULT(permission::b_client_is_sticky);
|
||||
RESULT(permission::unknown);
|
||||
RESULT(permission::ok);
|
||||
}
|
||||
Reference in New Issue
Block a user