teal-src/util/compat.d.tl
author Kim Alvefur <zash@zash.se>
Mon, 01 Nov 2021 17:59:46 +0100
changeset 11886 c3bd71227e17
parent 11436 113f3912c7cb
permissions -rw-r--r--
mod_pubsub: Return proper errors for disco queries on nodes Previously this would return item-not-found, even when you could see the node in disco#items.

local record lib
	xpcall : function (function, function, ...:any):boolean, any
end
return lib