Duo
Duo
这个需求的场景是? Matrix -> QQ 需要进行绑定, 即便是只做单向转发, 对方只要直接用 QQ 客户端在群里发言就绕开了呐
可是目前还不支持 relay 模式, Matrix 用户的发言只会被他登陆的 QQ 号转发, 不会被其他人的转发啊
e66181be5dafc6995e259587a957dde45a697cd4 支持高版本的签名服务器了 示例填写格式参考 https://github.com/duo/matrix-qq/blob/master/example-config.yaml#L77 经测试 `1.1.7` 版本签名服务器的 `8.9.63` 版本协议没问题, bridge 配置的是 `AndroidPad`
参考 https://github.com/duo/duo.github.io/discussions/1#discussioncomment-4215696 这里对 local_media_lifetime 进行设置
这是针对所有 synapse 的, 如果只想清理 matrix-qq 带来的文件的话, 暂时没什么现在的工具...
matrix 的客户端大多都可以设置优先级的吧, 不考虑把这些会话调成 low priority 然后折叠起来么? 或者试试看 [admin_api](https://github.com/matrix-org/synapse/blob/develop/docs/admin_api/rooms.md) block 之? 而且印象里退出会话后, 就不会被再次邀请了啊, 难道我记错了...
> 我有个问题请指教,如果不小心退出了机器人会话,或者已经在进行中的聊天会话,如果再进入。。。从QQ客户端发信息也不会显示了,也无法进入那个离开的房间了。。。 使用 [Make Room Admin API](https://github.com/matrix-org/synapse/blob/develop/docs/admin_api/rooms.md#make-room-admin-api) 加回去
Please update to version 0.1.10, the ticket input for the sliding captcha has been changed to manual mode. Ref: https://github.com/Mrs4s/go-cqhttp/issues/2508 or [滑块验证码](https://docs.go-cqhttp.org/faq/slider.html#%E6%96%B9%E6%A1%88a-%E8%87%AA%E8%A1%8C%E6%8A%93%E5%8C%85)
You may need to configure a signing server. Ref: https://github.com/Mrs4s/go-cqhttp/issues/2242 and [xzhouqd/qsign](https://hub.docker.com/r/xzhouqd/qsign) and https://github.com/duo/matrix-qq/issues/18#issuecomment-1770193411
理论上是没问题的呐, 不过我自己没有测试过的说...