Merge pull request #13867 from nextcloud/fix/text-notify_push-stable32

fix: Doument app config option to enable notify_push with text
This commit is contained in:
rakekniven
2025-11-21 09:26:24 +01:00
committed by GitHub

View File

@@ -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