1
0
Fork 1
mirror of https://github.com/pixelfed/pixelfed.git synced 2025-01-31 03:13:04 +00:00

Merge pull request #1816 from pixelfed/staging

Update Status model
This commit is contained in:
daniel 2019-11-11 23:50:52 -07:00 committed by GitHub
commit 621ae2f95a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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