[various] Set config loaded from default values to SOURCE_STATIC

- This prevents from clobbering values loaded from base `config/` folder
This commit is contained in:
Hypolite Petovan 2022-11-20 12:44:53 -05:00
parent 46d4d0b51e
commit 2fc7356cf4
12 changed files with 12 additions and 12 deletions

View file

@ -125,7 +125,7 @@ function twitter_install()
function twitter_load_config(App $a, ConfigFileLoader $loader)
{
$a->getConfigCache()->load($loader->loadAddonConfig('twitter'));
$a->getConfigCache()->load($loader->loadAddonConfig('twitter'), \Friendica\Core\Config\ValueObject\Cache::SOURCE_STATIC);
}
function twitter_check_item_notification(App $a, array &$notification_data)