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