We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c4167af + 9e47539 commit 0e46a94Copy full SHA for 0e46a94
1 file changed
content/admin/configuration/file-format.md
@@ -262,7 +262,7 @@ modules:
262
mod_muc:
263
name: NAME
264
default_room_options:
265
- persistent: true
+ persistent: PERSISTENT
266
title: TITLE
267
```
268
@@ -273,7 +273,7 @@ modules:
273
274
name: "MUC Service"
275
276
- persistent: PERSISTENT
+ persistent: true
277
title: "Example Room"
278
279
0 commit comments