forked from Ivasoft/mattermost-mobile
* Add plugin oauth support * Fix types * Switch go to screen by show modal * Add content width metadata to show correctly the sites * Remove unneeded metadata * Fix tsc * Fix lint Co-authored-by: Mattermod <mattermod@users.noreply.github.com>
12 lines
289 B
JavaScript
12 lines
289 B
JavaScript
// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved.
|
|
// See LICENSE.txt for license information.
|
|
|
|
export default {
|
|
CHANNEL: 'channel',
|
|
DMCHANNEL: 'dmchannel',
|
|
GROUPCHANNEL: 'groupchannel',
|
|
PERMALINK: 'permalink',
|
|
OTHER: 'other',
|
|
PLUGIN: 'plugin',
|
|
};
|