refactor(sdk): Un-cfg SendAttachment::with_send_progress_observable

It (now) compiles on WASM just fine.
This commit is contained in:
Jonas Platte
2025-01-09 20:47:07 +01:00
committed by Jonas Platte
parent ff5dcbf631
commit 4043f9bf5d

View File

@@ -271,7 +271,6 @@ impl<'a> SendAttachment<'a> {
/// Replace the default `SharedObservable` used for tracking upload
/// progress.
#[cfg(not(target_arch = "wasm32"))]
pub fn with_send_progress_observable(
mut self,
send_progress: SharedObservable<TransmissionProgress>,