Skip to content

Commit 0777e6e

Browse files
authored
feat(wasm): Enable subscribe_to_send_progress on wasm platforms (#5170)
1 parent 8b2088f commit 0777e6e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

crates/matrix-sdk-ui/src/timeline/futures.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ impl<'a> SendAttachment<'a> {
4949
}
5050

5151
/// Get a subscriber to observe the progress of sending the request body.
52-
#[cfg(not(target_family = "wasm"))]
5352
pub fn subscribe_to_send_progress(&self) -> eyeball::Subscriber<TransmissionProgress> {
5453
self.send_progress.subscribe()
5554
}

0 commit comments

Comments
 (0)