Parcourir la source

Merge pull request #1816 from pixelfed/staging

Update Status model
daniel il y a 5 ans
Parent
commit
621ae2f95a
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      app/Status.php

+ 1 - 1
app/Status.php

@@ -48,7 +48,7 @@ class Status extends Model
 
     const MAX_HASHTAGS = 30;
 
-    const MAX_LINKS = 2;
+    const MAX_LINKS = 0;
 
     public function profile()
     {