element-hq / element-web

A glossy Matrix collaboration client for the web.
https://element.io
GNU Affero General Public License v3.0
11.05k stars 1.97k forks source link

User can get stuck with sending read receipts disabled if server stopped supporting it #23433

Closed SimonBrandner closed 2 years ago

SimonBrandner commented 2 years ago

It's an edge-case but we should at least provide a way to enable them again

Spotted in https://github.com/vector-im/element-web/issues/23433

SimonBrandner commented 2 years ago

For those affected by this (cc @Flupp), you should be able to open the console (Ctrl+Shift+I) and input mxSettingsStore.setValue("sendReadReceipts", null, "account", true) which should enable sending read receipts again