mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-22 06:21:27 +00:00
Update HashtagFollow model, add MAX_LIMIT of 250 tags per account
This commit is contained in:
parent
1a83c5858d
commit
ed35214161
1 changed files with 2 additions and 0 deletions
|
@ -12,6 +12,8 @@ class HashtagFollow extends Model
|
||||||
'hashtag_id'
|
'hashtag_id'
|
||||||
];
|
];
|
||||||
|
|
||||||
|
const MAX_LIMIT = 250;
|
||||||
|
|
||||||
public function hashtag()
|
public function hashtag()
|
||||||
{
|
{
|
||||||
return $this->belongsTo(Hashtag::class);
|
return $this->belongsTo(Hashtag::class);
|
||||||
|
|
Loading…
Reference in a new issue