comparison mod_http_muc_log/README.markdown @ 4676:a2cf3b69a3d6

mod_http_muc_log: Add way to list certain rooms in a specified order
author Kim Alvefur <zash@zash.se>
date Sun, 12 Sep 2021 00:13:32 +0200
parents 1890115b2773
children 823370bc2e4c
comparison
equal deleted inserted replaced
4675:c9397cd5cfe6 4676:a2cf3b69a3d6
85 85
86 ``` {.lua} 86 ``` {.lua}
87 http_muc_log_lazy_calendar = false 87 http_muc_log_lazy_calendar = false
88 ``` 88 ```
89 89
90 ## Pinned chatrooms
91
92 The room list page is normally sorted by address. To override this, or
93 pin certain rooms to the top:
94
95 ``` lua
96 http_muc_log_list_order = {
97 "general@channels.example.com",
98 "support@channels.example.com",
99 }
100 ```
101
90 Compatibility 102 Compatibility
91 ============= 103 =============
92 104
93 Requires Prosody 0.10 or above and a storage backend with support for 105 Requires Prosody 0.10 or above and a storage backend with support for
94 stanza archives. See [mod\_storage\_muc\_log] for using legacy data from 106 stanza archives. See [mod\_storage\_muc\_log] for using legacy data from