Commit 1bc834e8 authored by JC Brand's avatar JC Brand

Document how to disable the spoiler button

parent 143d44c3
...@@ -1505,6 +1505,7 @@ visible_toolbar_buttons ...@@ -1505,6 +1505,7 @@ visible_toolbar_buttons
{ {
call: false, call: false,
spoiler: false,
emoji: true, emoji: true,
toggle_occupants: true toggle_occupants: true
} }
...@@ -1524,6 +1525,8 @@ Allows you to show or hide buttons on the chatboxes' toolbars. ...@@ -1524,6 +1525,8 @@ Allows you to show or hide buttons on the chatboxes' toolbars.
}); });
* *emoji*: * *emoji*:
Enables rendering of emoji and provides a toolbar button for choosing them. Enables rendering of emoji and provides a toolbar button for choosing them.
* *spoiler*:
Shows a button for showing`XEP-0382 <https://xmpp.org/extensions/xep-0382.html>`_ spoiler messages.
* *toggle_occupants*: * *toggle_occupants*:
Shows a button for toggling (i.e. showing/hiding) the list of occupants in a chatroom. Shows a button for toggling (i.e. showing/hiding) the list of occupants in a chatroom.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment