mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-09 18:08:49 +00:00
Unneeded "info" messages removed
This commit is contained in:
parent
31bd1a1ba0
commit
3f84caeec5
37 changed files with 6 additions and 65 deletions
|
@ -38,8 +38,6 @@ function xmpp_addon_settings_post()
|
|||
DI::pConfig()->set(local_user(), 'xmpp', 'enabled', $_POST['xmpp_enabled'] ?? false);
|
||||
DI::pConfig()->set(local_user(), 'xmpp', 'individual', $_POST['xmpp_individual'] ?? false);
|
||||
DI::pConfig()->set(local_user(), 'xmpp', 'bosh_proxy', $_POST['xmpp_bosh_proxy'] ?? '');
|
||||
|
||||
info(DI::l10n()->t('XMPP settings updated.') . EOL);
|
||||
}
|
||||
|
||||
function xmpp_addon_settings(App $a, &$s)
|
||||
|
@ -121,8 +119,6 @@ function xmpp_addon_admin_post()
|
|||
|
||||
DI::config()->set('xmpp', 'bosh_proxy', $bosh_proxy);
|
||||
DI::config()->set('xmpp', 'central_userbase', $central_userbase);
|
||||
|
||||
info(DI::l10n()->t('Settings updated.') . EOL);
|
||||
}
|
||||
|
||||
function xmpp_script(App $a)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue