Software /
code /
prosody
Changeset
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 | 11817:a67b4d4f8eef |
children | 11819:f590e3c51eff |
files | plugins/mod_muc_mam.lua |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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; });