bsw@1219: function lf4rcs.init() bsw@1219: local super_handler = config.notification_handler_func bsw@1219: config.notification_handler_func = function(event) bsw@1219: if super_handler then super_handler(event) end bsw@1219: lf4rcs.notification_handler(event) bsw@1219: end bsw@1219: config.render_external_reference = { bsw@1219: draft = lf4rcs.render_draft_reference, bsw@1219: initiative = lf4rcs.render_initiative_reference bsw@1219: } bsw@1219: end bsw@1219: