We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbae4b9 commit e3ba298Copy full SHA for e3ba298
server/plugins-available/xmpp_plugin.inc.php
@@ -113,6 +113,7 @@ function update($event_name, $data) {
113
$app->system->file_put_contents($this->xmpp_config_dir.'/global.cfg.lua', $tpl->grab());
114
unset($tpl);
115
116
+ $app->services->restartServiceDelayed('metronome', 'restart');
117
return;
118
}
119
@@ -205,6 +206,8 @@ function domainUpdate($event_name, $data){
205
206
$app->system->file_put_contents($this->xmpp_config_dir.'/status/'.$data['new']['domain'].'.cfg.lua', $tpl->grab());
207
208
209
+
210
211
212
213
function domainDelete($event_name, $data){
0 commit comments