diff --git a/app/Listeners/AuthLogin.php b/app/Listeners/AuthLogin.php index 777ff5e1a..6d3f9e2db 100644 --- a/app/Listeners/AuthLogin.php +++ b/app/Listeners/AuthLogin.php @@ -5,11 +5,13 @@ namespace App\Listeners; use DB, Cache; use App\{ Follower, + Profile, User, UserFilter, UserSetting }; use Illuminate\Queue\InteractsWithQueue; +use App\Jobs\AvatarPipeline\CreateAvatar; use Illuminate\Contracts\Queue\ShouldQueue; class AuthLogin diff --git a/config/pixelfed.php b/config/pixelfed.php index 5af80397a..75abda221 100644 --- a/config/pixelfed.php +++ b/config/pixelfed.php @@ -23,7 +23,7 @@ return [ | This value is the version of your PixelFed instance. | */ - 'version' => '0.5.7', + 'version' => '0.5.8', /* |--------------------------------------------------------------------------