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