Duo
Duo
试试把 `configure.yaml` 里的 `wechat.version` 调成最新的看看呢?
像是 Matrix server 的配置问题呐... 看看 synapse 的日志有没有报错,以及试试在 Matrix 客户端聊天中上传个图片之类的看能否成功
谢谢,也祝你新年快乐 :) 看到你的 Synapse 日志相关配置在 `log_config: "/data/example.com.log.config"`,检查下这里具体的日志输出到了哪里吧,里面应该有对应上传失败的报错信息 盲猜估计是 `/data/media_store` 和 `/data/uploads` 的权限不对 (Ref: https://unix.stackexchange.com/questions/652045/synapse-matrix-server-container-config-permission-file-denied or https://www.reddit.com/r/matrixdotorg/comments/12shulv/unable_to_upload_media_permission_denied_in/)
有两点 1. 默认 spaces 的配置项应该是关闭比较合适, 因为目前不少 matrix clients 是不支持 spaces 或者是支持的比较差 2. 把公众号的 space 加上估计后续会有类似的不同 space 的需求, 比如私聊, 群聊,服务号, 企业微信的区分 blah blah, 那么目前这个代码实现的话, 数据库得不停的加新字段了
Yes, the current English documentation is very inadequate... Since we are using the mautrix-go framework, the deployment is similar to various related bridges and can refer to https://docs.mau.fi/bridges/general/docker-setup.html However, since...
这个... bridge 目前没对应的配置, 也不知道 [MSC2285](https://github.com/matrix-org/matrix-spec-proposals/blob/main/proposals/2285-hidden-read-receipts.md) 能不能解决, 因为图里的 read receipt 是发送者的, 也就是消息的发送者看过发送出去的消息... 目前 Element 在 Android 和 Web/Desktop 的客户端都有 Preferences -> Timeline -> Show read receipts sent by other users 这个选项可以关闭已读回执的显示,...
检查下 matrix-qq 的 `config.yaml` 配置里的 `appservice.as_token` 有没有值, 以及和 `registration.yaml` 里的是否匹配 感觉是你之前关的 #22 里, 没有正确生成 `registration.yaml`, 导致一些值没自动生成 (比如 as_token, hs_token 等)
不清楚你之前的步骤是怎么样的, 但是 matrix-qq 第一次运行的时候会生成 `config.yaml`, 这时候针对自己的情况对这个配置文件进行修改, 然后再执行一次会生成 `registration.yaml`
你说的报错信息是指之前 #22 的 ``` Exception in thread "main" com.charleskorn.kaml.UnknownPropertyException at bridge.double_puppet_server_map on line 17, column 5: Unknown property 'double_puppet_server_map'. Known properties are: permissions at com.charleskorn.kaml.YamlObjectInput.throwUnknownProperty(YamlObjectInput.kt:73) at com.charleskorn.kaml.YamlObjectInput.decodeElementIndex(YamlObjectInput.kt:43) at land.melty.matrixqqbridge.Config$Bridge$$serializer.deserialize(Config.kt:23) ```...
大概明白了, 你是自己编译的, 然后没通过 `docker-run.sh` 那个脚本运行是吧? 那么, 你有 `config.yaml` 的话, 执行 `matrix-qq -g -c config.yaml -r qq-registration.yaml` 来生成 `qq-registration.yaml` 然后照着 https://duo.github.io/posts/matrix-qq-wechat/#matrix-qq 里把 synapse 配好吧