Software /
code /
prosody-modules
Changeset
4032:787fc3030087
mod_muc_markers: luacheck annotation
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Thu, 21 May 2020 16:34:46 +0100 |
parents | 4031:b2a6e163a6b4 |
children | 4033:7b6bcb91493e |
files | mod_muc_markers/mod_muc_markers.lua |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/mod_muc_markers/mod_muc_markers.lua Wed May 20 17:24:57 2020 +0200 +++ b/mod_muc_markers/mod_muc_markers.lua Thu May 21 16:34:46 2020 +0100 @@ -87,6 +87,7 @@ end -- Public API +--luacheck: ignore 131 function get_user_read_marker(user_jid, room_jid) return muc_marker_map_store:get(user_jid, room_jid);