Mercurial > prosody-modules
comparison mod_muc_markers/mod_muc_markers.lua @ 4032:787fc3030087
mod_muc_markers: luacheck annotation
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Thu, 21 May 2020 16:34:46 +0100 |
parents | e3964f876b5d |
children | 7b6bcb91493e |
comparison
equal
deleted
inserted
replaced
4031:b2a6e163a6b4 | 4032:787fc3030087 |
---|---|
85 end | 85 end |
86 end); | 86 end); |
87 end | 87 end |
88 | 88 |
89 -- Public API | 89 -- Public API |
90 --luacheck: ignore 131 | |
90 | 91 |
91 function get_user_read_marker(user_jid, room_jid) | 92 function get_user_read_marker(user_jid, room_jid) |
92 return muc_marker_map_store:get(user_jid, room_jid); | 93 return muc_marker_map_store:get(user_jid, room_jid); |
93 end | 94 end |