Explorar o código

Update Status model, increase max mentions, hashtags and links

Daniel Supernault %!s(int64=2) %!d(string=hai) anos
pai
achega
1430f5328f
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  1. 3 3
      app/Status.php

+ 3 - 3
app/Status.php

@@ -50,11 +50,11 @@ class Status extends Model
 		'loop'
 	];
 
-	const MAX_MENTIONS = 5;
+	const MAX_MENTIONS = 20;
 
-	const MAX_HASHTAGS = 30;
+	const MAX_HASHTAGS = 60;
 
-	const MAX_LINKS = 2;
+	const MAX_LINKS = 5;
 
 	public function profile()
 	{