Skip to content

Commit 0e46a94

Browse files
authored
Merge pull request #138 from GVoreste/documentation-fix
Update file-format.md
2 parents c4167af + 9e47539 commit 0e46a94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/admin/configuration/file-format.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ modules:
262262
mod_muc:
263263
name: NAME
264264
default_room_options:
265-
persistent: true
265+
persistent: PERSISTENT
266266
title: TITLE
267267
```
268268

@@ -273,7 +273,7 @@ modules:
273273
mod_muc:
274274
name: "MUC Service"
275275
default_room_options:
276-
persistent: PERSISTENT
276+
persistent: true
277277
title: "Example Room"
278278
```
279279

0 commit comments

Comments
 (0)