(cherry picked from commit e442275c6f)
Co-authored-by: Chetanya Kandhari <chetanya.kandhari@brightscout.com>
5 lines
238 B
TypeScript
5 lines
238 B
TypeScript
// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved.
|
|
// See LICENSE.txt for license information.
|
|
|
|
export const CUSTOM_STATUS_TEXT_CHARACTER_LIMIT = 100;
|
|
export const SET_CUSTOM_STATUS_FAILURE = 'set_custom_status_failure';
|