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';
|