mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +00:00
Update Status model, increase max mentions, hashtags and links
This commit is contained in:
parent
8b06af3f6c
commit
1430f5328f
1 changed files with 3 additions and 3 deletions
|
@ -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()
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue