Sfoglia il codice sorgente

Update PublicApiController

Daniel Supernault 6 anni fa
parent
commit
bb31b54b41
1 ha cambiato i file con 0 aggiunte e 4 eliminazioni
  1. 0 4
      app/Http/Controllers/PublicApiController.php

+ 0 - 4
app/Http/Controllers/PublicApiController.php

@@ -357,8 +357,6 @@ class PublicApiController extends Controller
                         'created_at',
                         'updated_at'
                       )->whereIn('type', ['photo', 'photo:album', 'video', 'video:album'])
-                      ->whereLocal(true)
-                      ->whereNull('uri')
                       ->where('id', $dir, $id)
                       ->whereIn('profile_id', $following)
                       ->whereNotIn('profile_id', $filtered)
@@ -386,8 +384,6 @@ class PublicApiController extends Controller
                         'created_at',
                         'updated_at'
                       )->whereIn('type', ['photo', 'photo:album', 'video', 'video:album'])
-                      ->whereLocal(true)
-                      ->whereNull('uri')
                       ->whereIn('profile_id', $following)
                       ->whereNotIn('profile_id', $filtered)
                       ->whereNull('in_reply_to_id')