Software / code / prosody
Changeset
8825:7270258fec77
mod_pubsup: Ignore unused 'self' argument [luacheck]
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Wed, 23 May 2018 18:06:49 +0200 |
| parents | 8824:9232305618ac |
| children | 8826:d614003a82c1 |
| files | plugins/mod_pubsub/pubsub.lib.lua |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/plugins/mod_pubsub/pubsub.lib.lua Wed May 23 15:02:55 2018 +0200 +++ b/plugins/mod_pubsub/pubsub.lib.lua Wed May 23 18:06:49 2018 +0200 @@ -511,7 +511,7 @@ function get_set:clear() -- luacheck: ignore 212/self return archive:delete(user); end - function get_set:resize(size) + function get_set:resize(size) -- luacheck: ignore 212/self return archive:delete(user, { truncate = size; });