Mercurial > prosody-modules
changeset 6361:4d7ae949810a
mod_http_muc_log: Show reactions after XEP-0066: Out of Band Data
Looks weird to have reactions above images but below regular text.
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Thu, 15 Jan 2026 16:07:19 +0100 |
| parents | 3e8bd71d39bb |
| children | 1d48c75c8200 |
| files | mod_http_muc_log/res/http_muc_log.html |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mod_http_muc_log/res/http_muc_log.html Thu Jan 15 16:03:01 2026 +0100 +++ b/mod_http_muc_log/res/http_muc_log.html Thu Jan 15 16:07:19 2026 +0100 @@ -63,8 +63,8 @@ <em class="verb">{item.verb?}</em> <a class="time" href="#{item.archive_id}"><time id="{item.time}" datetime="{item.datetime}">{item.time}</time></a> <p {item.lang&lang="{item.lang}"} class="body">{item.edited&<del>}{item.body?}{item.edited&</del> <a href="#{item.edited}" title="jump to corrected version">✎</a>}{item.edit& <a href="#{item.edit}" title="jump to previous version">✏</a>}{item.reply& <a href="#{item.reply}" title="jump to message responded to">↺</a>}</p> +{item.oob.url&<figure><a rel="nofollow" href="{item.oob.url?}"><img alt="{item.oob.desc?}" src="{item.oob.url?}"/></a><figcaption>{item.oob.desc?}</figcaption></figure>} {item.reactions%<span class="reaction">{idx} {item}</span>} -{item.oob.url&<figure><a rel="nofollow" href="{item.oob.url?}"><img alt="{item.oob.desc?}" src="{item.oob.url?}"/></a><figcaption>{item.oob.desc?}</figcaption></figure>} </li>} </ol> </main>
