This commit is contained in:
Floris Bruynooghe
2021-02-11 22:51:06 +01:00
parent 6fddcd83c1
commit 148ad31024
4 changed files with 4 additions and 13 deletions

View File

@@ -895,7 +895,6 @@ impl Context {
ProtectionStatus::Unprotected => protection_enabled(self, from_id).await,
ProtectionStatus::Protected => protection_disabled(self, from_id).await,
}
.to_string()
}
pub(crate) async fn update_device_chats(&self) -> Result<(), Error> {