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

@@ -530,8 +530,8 @@ char* dc_get_blobdir (const dc_context_t* context);
* These keys go to backups and allow easy per-account settings when using @ref dc_accounts_t,
* however, are not handled by the core otherwise.
* - `webxdc_realtime_enabled` = Whether the realtime APIs should be enabled.
* 0 = WebXDC realtime API is disabled and behaves as noop (default).
* 1 = WebXDC realtime API is enabled.
* 0 = WebXDC realtime API is disabled and behaves as noop.
* 1 = WebXDC realtime API is enabled (default).
*
* If you want to retrieve a value, use dc_get_config().
*