Skip to content

Commit 1575bb7

Browse files
authored
Merge pull request #13867 from nextcloud/fix/text-notify_push-stable32
fix: Doument app config option to enable notify_push with text
2 parents 9e67c2a + 290815c commit 1575bb7

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

admin_manual/configuration_server/text_configuration.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,15 @@ Text can automatically detect encodings of files and will convert them to UTF-8
4040
::
4141

4242
mbstring.detect_order = ASCII,JIS,UTF-8,SJIS,EUC-JP
43+
44+
45+
Websocket support with notify_push
46+
----------------------------------
47+
48+
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.
49+
50+
You can then enable the integration with the following command:
51+
52+
::
53+
54+
occ config:app:set text notify_push --type=boolean --value=true

0 commit comments

Comments
 (0)