소스 검색

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'
 		'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()
 	public function profile()
 	{
 	{