diff --git a/matrix_sdk_base/src/client.rs b/matrix_sdk_base/src/client.rs index be768b66..5460d1a8 100644 --- a/matrix_sdk_base/src/client.rs +++ b/matrix_sdk_base/src/client.rs @@ -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. _ => (), }