|
@@ -107,7 +107,7 @@ class UserObserver
|
|
|
CreateAvatar::dispatch($profile);
|
|
|
});
|
|
|
|
|
|
- if(config_cache('account.autofollow') == true) {
|
|
|
+ if((bool) config_cache('account.autofollow') == true) {
|
|
|
$names = config_cache('account.autofollow_usernames');
|
|
|
$names = explode(',', $names);
|
|
|
|