mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-05 14:35:20 -04:00
base: Add a TODO explaining how redacted state needs to be healed
This commit is contained in:
@@ -514,6 +514,10 @@ impl BaseClient {
|
||||
}
|
||||
}
|
||||
}
|
||||
// TODO if there is redacted state save the room id,
|
||||
// event type and state key, add a method to get the
|
||||
// requests that are needed to be called to heal this
|
||||
// redacted state.
|
||||
_ => (),
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user