Update Status model, increase max mentions, hashtags and links

pull/4428/head
Daniel Supernault 2023-05-27 07:23:20 -06:00
rodzic 8b06af3f6c
commit 1430f5328f
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 0DEF1C662C9033F7
1 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -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()
{