kopia lustrzana https://github.com/pixelfed/pixelfed
Update HashtagFollow model, add MAX_LIMIT of 250 tags per account
rodzic
1a83c5858d
commit
ed35214161
|
@ -12,6 +12,8 @@ class HashtagFollow extends Model
|
|||
'hashtag_id'
|
||||
];
|
||||
|
||||
const MAX_LIMIT = 250;
|
||||
|
||||
public function hashtag()
|
||||
{
|
||||
return $this->belongsTo(Hashtag::class);
|
||||
|
|
Ładowanie…
Reference in New Issue