From 6224b2cf3be0adf82f8e6060bf0a42dfcce29588 Mon Sep 17 00:00:00 2001 From: "B. Petersen" Date: Fri, 12 Apr 2024 22:14:17 +0200 Subject: [PATCH] use Param id that was not used before --- src/param.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/param.rs b/src/param.rs index 81a8cbe287..be34cece17 100644 --- a/src/param.rs +++ b/src/param.rs @@ -188,7 +188,7 @@ pub enum Param { WebxdcSummaryTimestamp = b'Q', /// For Webxdc Message Instances: Webxdc is an integration, see init_webxdc_integration() - WebxdcIntegration = b'L', + WebxdcIntegration = b'3', /// For Webxdc Message Instances: Chat to integrate in. WebxdcIntegrateFor = b'2',