From f6a6174292ada9bb9540579a878be4520d0096d3 Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Mon, 11 Nov 2019 23:50:25 -0700 Subject: [PATCH] Update Status model --- app/Status.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Status.php b/app/Status.php index 9cc6cc757..5819d0961 100644 --- a/app/Status.php +++ b/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() {