Software /
code /
prosody
File
.busted @ 13513:2fb79fe54390 0.12
core.moduleapi: Default labels to empty list to fix error if omitted
In a host-scoped module in the `if is_scoped` clause the resulting
`array:append(nil)` call throws.
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sun, 18 Aug 2024 16:58:30 +0200 |
parent | 9964:f299d4917dd8 |
line wrap: on
line source
return { _all = { }, default = { ["exclude-tags"] = "mod_bosh,storage,SLOW"; }; bosh = { tags = "mod_bosh"; }; storage = { tags = "storage"; }; }