Skip to content

Commit

Permalink
fix typos in mod_mam doc
Browse files Browse the repository at this point in the history
  • Loading branch information
janciesla8818 committed Nov 15, 2020
1 parent bd3779b commit 924c989
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/modules/mod_mam.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ To disable archive for one-to-one messages please remove PM section or any PM re
#### `modules.mod_mam_meta.pm.archive_groupchats`
* **Syntax:** boolean
* **Default:** `false`
* **Example:** `modules.mod_mam_meta.muc = true`
* **Example:** `modules.mod_mam_meta.pm.archive_groupchats = true`

When enabled, MAM will store groupchat messages in recipients' individual archives. **USE WITH CAUTION!** May increase archive size significantly. Disabling this option for existing installation will neither remove such messages from MAM storage, nor will filter out them from search results.
MongooseIM will print a warning on startup if `pm` MAM is enabled without `archive_groupchats` being explicitly set to a specific value. In one of the future MongooseIM releases this option will default to `false` (as it's more common use case and less DB-consuming) and the warning message will be removed.
Expand Down Expand Up @@ -287,9 +287,9 @@ Please consult [Outgoing connections](../advanced-configuration/outgoing-connect
pm.user_prefs_store = "rdbms"

muc.host = "muc.example.com"
muc.host.rdbms_message_format = "simple"
muc.host.async_writer = false
muc.host.user_prefs_store = "mnesia"
muc.rdbms_message_format = "simple"
muc.async_writer = false
muc.user_prefs_store = "mnesia"

```

Expand Down

0 comments on commit 924c989

Please sign in to comment.