mirror of
https://github.com/bjc/prosody.git
synced 2025-04-05 06:07:37 +03:00
mod_storage_memory: Remove compat for very early argument order
This commit is contained in:
parent
2029dbf496
commit
03151ec6d5
1 changed files with 0 additions and 3 deletions
|
@ -42,9 +42,6 @@ local archive_store = {};
|
|||
archive_store.__index = archive_store;
|
||||
|
||||
function archive_store:append(username, key, value, when, with)
|
||||
if type(when) ~= "number" then
|
||||
when, with, value = value, when, with;
|
||||
end
|
||||
if is_stanza(value) then
|
||||
value = st.preserialize(value);
|
||||
value = envload("return xml"..serialize(value), "=(stanza)", { xml = st.deserialize })
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue