Mercurial > prosody-modules
comparison mod_http_muc_log/mod_http_muc_log.lua @ 3594:b66111f75e4b
mod_http_muc_log: Add navigation link to latest page
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Mon, 13 May 2019 11:10:41 +0200 |
parents | 0b670831ace3 |
children | 00a848ede42d |
comparison
equal
deleted
inserted
replaced
3593:0b670831ace3 | 3594:b66111f75e4b |
---|---|
236 jid = get_room(room).jid; | 236 jid = get_room(room).jid; |
237 hide_presence = hide_presence(request); | 237 hide_presence = hide_presence(request); |
238 years = years; | 238 years = years; |
239 links = { | 239 links = { |
240 { href = "../", rel = "up", text = "Room list" }, | 240 { href = "../", rel = "up", text = "Room list" }, |
241 { href = "latest", text = "Latest" }, | |
241 }; | 242 }; |
242 }); | 243 }); |
243 end | 244 end |
244 | 245 |
245 -- Produce the chat log view | 246 -- Produce the chat log view |