提交 0af37b8b 编写于 作者: Huan (李卓桓)'s avatar Huan (李卓桓)

code clean

上级 1e13faf9
......@@ -284,9 +284,13 @@ class PuppetWeb extends Puppet {
// if (to && to!==room) {
// content = `@[${to}] ${content}`
// }
if (!to) {
message.set('to', room)
}
}
log.silly('PuppetWeb', `send(${destination}, ${content})`)
log.silly('PuppetWeb', `send() destination: ${destination}, content: ${content})`)
return this.bridge.send(destination, content)
.catch(e => {
log.error('PuppetWeb', 'send() exception: %s', e.message)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册