屏蔽词:修改屏蔽词加载时机

This commit is contained in:
luying
2021-11-19 17:22:32 +08:00
parent a0933d3c12
commit dd82df9551
2 changed files with 10 additions and 0 deletions
+6
View File
@@ -131,6 +131,12 @@ app.configure(ALL_ENVS, 'systimer', function () {
});
});
app.configure(ALL_ENVS, 'chat', function() {
app.event.on('start_all', () => {
getTire();
});
})
function errorHandler(err: Error, msg: any, resp: any,
session: FrontendOrBackendSession, cb: HandlerCallback) {
const errCode = genCode(10);