From 290815c458e3576dbb61fb76c8b4d4cfb52e3c8e Mon Sep 17 00:00:00 2001 From: Julius Knorr Date: Wed, 19 Nov 2025 12:08:35 +0100 Subject: [PATCH] fix: Doument app config option to enable notify_push with text Signed-off-by: Julius Knorr --- .../configuration_server/text_configuration.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/admin_manual/configuration_server/text_configuration.rst b/admin_manual/configuration_server/text_configuration.rst index 39ba367cffa..49e9ede1121 100644 --- a/admin_manual/configuration_server/text_configuration.rst +++ b/admin_manual/configuration_server/text_configuration.rst @@ -40,3 +40,15 @@ Text can automatically detect encodings of files and will convert them to UTF-8 :: mbstring.detect_order = ASCII,JIS,UTF-8,SJIS,EUC-JP + + +Websocket support with notify_push +---------------------------------- + +Text can use the notify_push app to get real-time updates when a file is changed by another user. To enable this, make sure that the notify_push app is installed and enabled. + +You can then enable the integration with the following command: + +:: + + occ config:app:set text notify_push --type=boolean --value=true