We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6676ccb commit c0d5696Copy full SHA for c0d5696
crates/matrix-sdk/src/widget/machine/mod.rs
@@ -659,6 +659,8 @@ impl WidgetMachine {
659
fn negotiate_capabilities(&mut self) -> Vec<Action> {
660
let mut actions = Vec::new();
661
662
+ // XXX This branch appears to be accounting for capability **re**negotiation (MSC2974),
663
+ // which isn't implemented yet
664
if matches!(&self.capabilities, CapabilitiesState::Negotiated(c) if !c.read.is_empty()) {
665
actions.push(Action::Unsubscribe);
666
}
0 commit comments