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 602680b commit beb8122Copy full SHA for beb8122
crates/matrix-sdk/src/widget/machine/mod.rs
@@ -663,6 +663,8 @@ impl WidgetMachine {
663
fn negotiate_capabilities(&mut self) -> Vec<Action> {
664
let mut actions = Vec::new();
665
666
+ // XXX This branch appears to be accounting for capability **re**negotiation
667
+ // (MSC2974), which isn't implemented yet
668
if matches!(&self.capabilities, CapabilitiesState::Negotiated(c) if !c.read.is_empty()) {
669
actions.push(Action::Unsubscribe);
670
}
0 commit comments