base: Add a TODO explaining how redacted state needs to be healed

master
Damir Jelić 2021-01-27 12:39:54 +01:00
parent 442103a37e
commit cb26e653da
1 changed files with 4 additions and 0 deletions

View File

@ -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.
_ => (),
}