mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 21:57:45 +03:00
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:
parent
0edc44c2cc
commit
0a50cf1be4
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue