瀏覽代碼

Update Status model

Daniel Supernault 5 年之前
父節點
當前提交
f6a6174292
共有 1 個文件被更改,包括 1 次插入1 次删除
  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()
     {