File

mod_cloud_notify_extensions/mod_cloud_notify_extensions.lua @ 6244:c71d8bc77c95

mod_rest: Skip unpacking error object when missing (thanks Martin) Not every "http-error" event includes a .error field, so it may attempt to unpack `nil`.
author Kim Alvefur <zash@zash.se>
date Tue, 22 Apr 2025 09:40:20 +0200
parent 4705:ace4f251a64b
line wrap: on
line source

module:depends("cloud_notify_encrypted");
module:depends("cloud_notify_priority_tag");
module:depends("cloud_notify_filters");