Changeset

13283:1c63b8c3cd9d

mod_cron: Fix missing restore method in Teal record definition
author Kim Alvefur <zash@zash.se>
date Sun, 22 Oct 2023 18:57:28 +0200
parents 13282:2a65fc6da156
children 13284:ffd3dadf6247
files teal-src/prosody/plugins/mod_cron.tl
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/teal-src/prosody/plugins/mod_cron.tl	Sun Oct 22 19:00:24 2023 +0200
+++ b/teal-src/prosody/plugins/mod_cron.tl	Sun Oct 22 18:57:28 2023 +0200
@@ -21,6 +21,7 @@
 	last : integer
 	run : function (task_spec, integer)
 	save : function (task_spec, integer)
+	restore : function (task_spec, integer)
 end
 
 local record task_event