Преглед на файлове

Update Status model, increase max mentions, hashtags and links

Daniel Supernault преди 2 години
родител
ревизия
1430f5328f
променени са 1 файла, в които са добавени 3 реда и са изтрити 3 реда
  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()
 	{