聊天:修改退出聊天推送路由

This commit is contained in:
liangtongchuan
2021-03-07 16:01:58 +08:00
parent 6462cfee96
commit 06788913fb
2 changed files with 3 additions and 2 deletions

View File

@@ -20,5 +20,6 @@ export const CHANNEL_PREFIX = {
export const ON_MSG_ROUTE = 'onMessage';
export const ON_GROUP_MSG_ROUTE = 'onGroupMessage';
export const ON_ADD_CHANNEL_ROUTE = 'onAddChannel';
export const ON_LEAVE_CHANNEL_ROUTE = 'onLeaveChannel';
export const DEFAULT_MSG_PER_PAGE = 10;