mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-26 08:13:16 +00:00
commit
e865eede2a
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ class Follower extends Model
|
||||||
protected $fillable = ['profile_id', 'following_id', 'local_profile'];
|
protected $fillable = ['profile_id', 'following_id', 'local_profile'];
|
||||||
|
|
||||||
const MAX_FOLLOWING = 7500;
|
const MAX_FOLLOWING = 7500;
|
||||||
const FOLLOW_PER_HOUR = 20;
|
const FOLLOW_PER_HOUR = 30;
|
||||||
|
|
||||||
public function actor()
|
public function actor()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue