matrix-wechat
matrix-wechat copied to clipboard
A Matrix-WeChat puppeting bridge
我架設好了一台matrix伺服器也橋接了wechat,我可以用一個matrix帳號橋接wechat,我這邊簡稱A帳號,但當有一個B帳號同時想要橋接wechat會發生QR code出不來問題,我因該怎麼修改。
現在微信3.7.0.30無法登錄,登錄提示應用程式版本過低無法登錄如何解決
狀況是我可以在 https://app.element.io/ 內可以找到wechatbot但頭像是空的,不會正常顯示wechat大頭貼,輸入login會發生: ``` Failed to upload QR code: failed to POST /_matrix/media/v3/upload: M_UNKNOWN (HTTP 500): Internal server error ```  以下是synapse/homeserver.yaml ``` # Configuration file for Synapse....
As the encryption enabled, the contacts labeled as People join a room alongwith wechatbot, and that the room avatar does not change to the user's avatar. 
Hi, this bridge has been working great for me for almost a year now. Recently I have an issue where the bridge bot won't respond to anything, even `help`. I've...
解决 #17 和 #11 中提到的问题。 ## 修改 - 升级数据库 - 新增 `user.official_account_space_room` 字段,用来保存为公众号创建的 Space 对应的 ID - 新增 `user_portal.in_official_account_space` 字段 - 修改默认配置文件 - 新增 `bridge.space_for_official_accounts`,默认值为 `true` - 修改 `bridge.personal_filtering_spaces` 默认值为...
I can't get messages sent from the WeChat app to show up on Matrix. I've tried both shared secret authentication as well as the login-matrix method. Other bridges (e.g. WhatsApp,...
和 #11 中提到的一样,在微信中订阅了大量公众号之后每天会产生大量推送,它们会和联系人混在一起,很容易错过需要处理的消息。 如果说将公众号放到一个单独的房间中会破坏一对一的对应关系,那可不可以将它们都放到一个单独的 Space 里?
Hi, I'm interested in using (and helping with) this project. There doesn't appear to be good English documentation for Docker setup yet. Is there a room for discussing development of...
  如图,matrix-qq和matrix-wechat都会自动添加Read-Receipts,这样会造成: 1. 页面混乱 2. 有时候私聊消息,聊完之后大概几分钟以后,消息已经被读了,但是matrix-wechat或者matrix-qq又发来read-receipt,告诉你这条无用的消息,然后这条消息现在处于需要被读的状态 我没有在matrix-qq和matrix-wechat的配置中找到相关开关,synapse的官方配置文档我没有找到类似的开关,谷歌说synapse可以设置send_read_receipts: false,但经过尝试并没有起到任何作用。 希望能够取消matrix-qq和matrix-wechat端的Read-Receipts