mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
mod_muc_mam: Fix reference to "user" in debug message copied from mod_mam
This commit is contained in:
parent
f958af4a11
commit
24dc89e125
1 changed files with 1 additions and 1 deletions
|
@ -403,7 +403,7 @@ local function save_to_history(self, stanza)
|
|||
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;
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue