diff 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
line wrap: on
line diff
--- a/mod_http_muc_log/README.markdown	Fri Sep 10 20:15:19 2021 +0200
+++ b/mod_http_muc_log/README.markdown	Sun Sep 12 00:13:32 2021 +0200
@@ -87,6 +87,18 @@
 http_muc_log_lazy_calendar = false
 ```
 
+## Pinned chatrooms
+
+The room list page is normally sorted by address. To override this, or
+pin certain rooms to the top:
+
+``` lua
+http_muc_log_list_order = {
+    "general@channels.example.com",
+    "support@channels.example.com",
+}
+```
+
 Compatibility
 =============