comparison mod_http_muc_log/README.markdown @ 4677:823370bc2e4c

mod_http_muc_log: Sort rooms with a description before those without The listing looks nicer when rooms have proper titles and descriptions, therefore those that have this should be rewarded.
author Kim Alvefur <zash@zash.se>
date Sun, 12 Sep 2021 00:28:46 +0200
parents a2cf3b69a3d6
children 8c7b7db69f5b
comparison
equal deleted inserted replaced
4676:a2cf3b69a3d6 4677:823370bc2e4c
87 http_muc_log_lazy_calendar = false 87 http_muc_log_lazy_calendar = false
88 ``` 88 ```
89 89
90 ## Pinned chatrooms 90 ## Pinned chatrooms
91 91
92 The room list page is normally sorted by address. To override this, or 92 The room list page is normally sorted by address, rooms having a
93 pin certain rooms to the top: 93 description before those that don't. To override this, or pin certain
94 rooms to the top:
94 95
95 ``` lua 96 ``` lua
96 http_muc_log_list_order = { 97 http_muc_log_list_order = {
97 "general@channels.example.com", 98 "general@channels.example.com",
98 "support@channels.example.com", 99 "support@channels.example.com",