matrix-wechat icon indicating copy to clipboard operation
matrix-wechat copied to clipboard

Disable Read-Receipts from matrix-qq and matrix-wechat

Open iaurman opened this issue 3 years ago • 1 comments

1 2

如图,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

iaurman avatar Dec 14 '22 15:12 iaurman

这个... bridge 目前没对应的配置, 也不知道 MSC2285 能不能解决, 因为图里的 read receipt 是发送者的, 也就是消息的发送者看过发送出去的消息... 目前 Element 在 Android 和 Web/Desktop 的客户端都有 Preferences -> Timeline -> Show read receipts sent by other users 这个选项可以关闭已读回执的显示, 如果 iOS 没有的话, 去官方反馈下吧 以及, 对于第二条影响, 理论上这个发送者的 read receipt 应该是立即显示的, 而不是几分钟后再发来, 如果稳定复现那么可能是 synapse server 或者是客户端的 bug...

duo avatar Dec 14 '22 19:12 duo