1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pixelfed_ynh.git synced 2024-09-03 20:06:04 +02:00

Update Status model

This commit is contained in:
Daniel Supernault 2019-11-11 23:50:25 -07:00
parent ecaa20e40b
commit f6a6174292
No known key found for this signature in database
GPG key ID: 0DEF1C662C9033F7

View file

@ -48,7 +48,7 @@ class Status extends Model
const MAX_HASHTAGS = 30;
const MAX_LINKS = 2;
const MAX_LINKS = 0;
public function profile()
{