* Handle user leaving channel with active call
* Remove debug log
(cherry picked from commit 84858e4450)
Co-authored-by: Claudio Costa <cstcld91@gmail.com>
5 lines
268 B
TypeScript
5 lines
268 B
TypeScript
// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved.
|
|
// See LICENSE.txt for license information.
|
|
|
|
export const userRemovedFromChannelErr = new Error('user was removed from channel');
|
|
export const userLeftChannelErr = new Error('user has left channel');
|