From 8fd4d0077699e9076072d4e91550ca8482d5ce38 Mon Sep 17 00:00:00 2001 From: "B. Petersen" Date: Thu, 6 Jan 2022 00:30:31 +0100 Subject: [PATCH] adapt to new set_quote() api --- src/webxdc.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/webxdc.rs b/src/webxdc.rs index f0e451f7a..cd640ca74 100644 --- a/src/webxdc.rs +++ b/src/webxdc.rs @@ -149,7 +149,7 @@ impl Context { self.get_webxdc_status_updates(instance_msg_id, Some(status_update_id)) .await?, ); - status_update.set_quote(self, &instance).await?; + status_update.set_quote(self, Some(&instance)).await?; let status_update_msg_id = chat::send_msg(self, instance.chat_id, &mut status_update).await?; Ok(Some(status_update_msg_id))