* Add GM as DM feature support * Minor fix * Address feedback * Fix case for non set channel notify prop * Fix strings
4 lines
156 B
TypeScript
4 lines
156 B
TypeScript
// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved.
|
|
// See LICENSE.txt for license information.
|
|
|
|
export const GM_AS_DM_VERSION = [9, 1, 0];
|