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 8078292 commit 476a420Copy full SHA for 476a420
crates/matrix-sdk/src/widget/machine/mod.rs
@@ -713,6 +713,8 @@ impl WidgetMachine {
713
fn negotiate_capabilities(&mut self) -> Vec<Action> {
714
let mut actions = Vec::new();
715
716
+ // XXX: This branch appears to be accounting for capability **re**negotiation
717
+ // (MSC2974), which isn't implemented yet
718
if matches!(&self.capabilities, CapabilitiesState::Negotiated(c) if !c.read.is_empty()) {
719
actions.push(Action::Unsubscribe);
720
}
0 commit comments