Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions admin_manual/configuration_server/text_configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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