Browse Source

Update StatusController

Daniel Supernault 6 years ago
parent
commit
96a101e560
1 changed files with 5 additions and 0 deletions
  1. 5 0
      app/Http/Controllers/StatusController.php

+ 5 - 0
app/Http/Controllers/StatusController.php

@@ -60,6 +60,11 @@ class StatusController extends Controller
         return view($template, compact('user', 'status'));
     }
 
+    public function showEmbed(Request $request, $username, int $id)
+    {
+        return;
+    }
+
     public function showObject(Request $request, $username, int $id)
     {
         $user = Profile::whereNull('domain')->whereUsername($username)->firstOrFail();