mod_storage_sql: Expose multi-user deletion capability

archive_store:delete(true) deletes messages for all users, which would
allow some simplification when this is supported.
This commit is contained in:
Kim Alvefur 2021-11-30 01:21:02 +01:00
parent 0edc44c2cc
commit 0a50cf1be4

View file

@ -284,6 +284,7 @@ archive_store.caps = {
truncate = true;
full_id_range = true;
ids = true;
wildcard_delete = true;
};
archive_store.__index = archive_store
function archive_store:append(username, key, value, when, with)