Closed MirrorCY closed 10 months ago
ctx.broadcast 在携带 channels 参数时无法工作,不会发送任何消息。在不带 channels 参数的重载中工作正常。
console.log(await ctx.broadcast(['!SyoSheYAWsnQNspXMl:my.matrix.host','#'],'测试 sandbox Matrix')) console.log(await ctx.broadcast(['#'],'测试 sandbox')) // sandbox console.log(await ctx.broadcast(['!SyoSheYAWsnQNspXMl:my.matrix.host'],'测试 Matrix')) // Matrix
可以正常携带 channels 参数使用
No response
这里的一参数本来就需要 platform 前缀。
https://koishi.chat/zh-CN/api/core/context.html#ctx-broadcast-%E9%9C%80%E8%A6%81%E6%95%B0%E6%8D%AE%E5%BA%93
啊 看来是文档没写清楚,我去改一下)
Describe the bug
ctx.broadcast 在携带 channels 参数时无法工作,不会发送任何消息。在不带 channels 参数的重载中工作正常。
Steps to reproduce
Expected behavior
可以正常携带 channels 参数使用
Screenshots
No response
Versions
Additional context
No response