Add mailbox inner channel

This commit is contained in:
yflory
2019-05-15 14:52:58 +02:00
parent 11b57cddb1
commit 3feb310fc4
3 changed files with 45 additions and 0 deletions

View File

@@ -66,6 +66,8 @@ define([
OO_COMMAND: Store.onlyoffice.execCommand,
// Cursor
CURSOR_COMMAND: Store.cursor.execCommand,
// Mailbox
MAILBOX_COMMAND: Store.mailbox.execCommand,
// Pad
SEND_PAD_MSG: Store.sendPadMsg,
JOIN_PAD: Store.joinPad,