Mercurial > prosody-hg
diff plugins/mod_muc_mam.lua @ 11818:c443abff04d8
mod_muc_mam: Fix reference to "user" in debug message copied from mod_mam
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Thu, 23 Sep 2021 17:50:33 +0200 |
| parents | a67b4d4f8eef |
| children | 52a1b885044e |
line wrap: on
line diff
--- a/plugins/mod_muc_mam.lua Thu Sep 23 15:53:39 2021 +0200 +++ b/plugins/mod_muc_mam.lua Thu Sep 23 17:50:33 2021 +0200 @@ -403,7 +403,7 @@ end end if not id and (archive.caps and archive.caps.truncate) then - module:log("debug", "User '%s' over quota, truncating archive", room_node); + module:log("debug", "Room '%s' over quota, truncating archive", room_node); local truncated = archive:delete(room_node, { truncate = archive_truncate; });
