mattermost-mobile/app/constants/deep_linking.js
2019-02-14 13:29:57 -05:00

8 lines
205 B
JavaScript

// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved.
// See LICENSE.txt for license information.
export default {
CHANNEL: 'channel',
PERMALINK: 'permalink',
OTHER: 'other',
};