Mercurial > prosody-modules
comparison mod_http_muc_log/README.markdown @ 3596:6e529f53b3c3
mod_http_muc_log: Allow specifying the default view
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Mon, 13 May 2019 00:52:35 +0200 |
parents | 444e2306c99a |
children | 1890115b2773 |
comparison
equal
deleted
inserted
replaced
3595:00a848ede42d | 3596:6e529f53b3c3 |
---|---|
48 | 48 |
49 The module uses [util.interpolation][doc:developers:util:interpolation] | 49 The module uses [util.interpolation][doc:developers:util:interpolation] |
50 for rendering templates, with the pattern `"%b{}"` and HTML / XML | 50 for rendering templates, with the pattern `"%b{}"` and HTML / XML |
51 escaping enabled. | 51 escaping enabled. |
52 | 52 |
53 ## Default view | |
54 | |
55 To link to the latest day instead of calendar from the room listing | |
56 page: | |
57 | |
58 ```lua | |
59 http_muc_log_default_view = "latest" | |
60 ``` | |
61 | |
53 ## Inline images | 62 ## Inline images |
54 | 63 |
55 Inline images can optionally be shown. This is disabled by default for | 64 Inline images can optionally be shown. This is disabled by default for |
56 privacy reasons. | 65 privacy reasons. |
57 | 66 |