mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 05:07:42 +03:00
mod_storage_none: Add a noop archive delete method
This commit is contained in:
parent
f94c56040c
commit
fa0e2ec0b1
1 changed files with 4 additions and 0 deletions
|
@ -33,4 +33,8 @@ function driver:find()
|
|||
return function () end, 0;
|
||||
end
|
||||
|
||||
function driver:delete()
|
||||
return true;
|
||||
end
|
||||
|
||||
module:provides("storage", driver);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue