mattermost-redux
Version:
Common code (API client, Redux stores, logic, utility functions) for building a Mattermost client
19 lines (18 loc) • 718 B
JavaScript
;
// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved.
// See LICENSE.txt for license information.
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
const key_mirror_1 = __importDefault(require("mattermost-redux/utils/key_mirror"));
exports.default = (0, key_mirror_1.default)({
RECEIVED_THREAD: null,
RECEIVED_THREADS: null,
RECEIVED_UNREAD_THREADS: null,
FOLLOW_CHANGED_THREAD: null,
READ_CHANGED_THREAD: null,
ALL_TEAM_THREADS_READ: null,
DECREMENT_THREAD_COUNTS: null,
RECEIVED_THREAD_COUNTS: null,
});