Ver código fonte

Merge pull request #646 from pixelfed/frontend-ui-refactor

Frontend ui refactor
daniel 6 anos atrás
pai
commit
3907b444a8
2 arquivos alterados com 3 adições e 1 exclusões
  1. 2 0
      app/Listeners/AuthLogin.php
  2. 1 1
      config/pixelfed.php

+ 2 - 0
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

+ 1 - 1
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',
 
     /*
     |--------------------------------------------------------------------------