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.
TimelineUniqueId
Timeline::edit
1 parent 4699638 commit 12a16daCopy full SHA for 12a16da
bindings/matrix-sdk-ffi/src/timeline/mod.rs
@@ -494,7 +494,7 @@ impl Timeline {
494
unique_id: Arc<TimelineUniqueId>,
495
new_content: EditedContent,
496
) -> Result<bool, ClientError> {
497
- self.inner.edit(&*unique_id, new_content.try_into()?).await.map_err(Into::into)
+ self.inner.edit(&unique_id, new_content.try_into()?).await.map_err(Into::into)
498
}
499
500
pub async fn send_location(
0 commit comments