feat: Enable Webxdc realtime by default (#6125)

This commit is contained in:
Hocuri
2024-10-31 13:33:14 +01:00
committed by GitHub
parent 4850e3696d
commit d8f07b2c5f
3 changed files with 8 additions and 35 deletions

View File

@@ -433,6 +433,7 @@ pub enum Config {
WebxdcIntegration,
/// Enable webxdc realtime features.
#[strum(props(default = "1"))]
WebxdcRealtimeEnabled,
}