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.
1 parent 8b2088f commit 0777e6eCopy full SHA for 0777e6e
crates/matrix-sdk-ui/src/timeline/futures.rs
@@ -49,7 +49,6 @@ impl<'a> SendAttachment<'a> {
49
}
50
51
/// Get a subscriber to observe the progress of sending the request body.
52
- #[cfg(not(target_family = "wasm"))]
53
pub fn subscribe_to_send_progress(&self) -> eyeball::Subscriber<TransmissionProgress> {
54
self.send_progress.subscribe()
55
0 commit comments