mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-09 16:24:51 +00:00
Update Like model, increase max likes per day from 500 to 1500
This commit is contained in:
parent
7f8bba4415
commit
4223119f58
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ class Like extends Model
|
||||||
{
|
{
|
||||||
use SoftDeletes;
|
use SoftDeletes;
|
||||||
|
|
||||||
const MAX_PER_DAY = 500;
|
const MAX_PER_DAY = 1500;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The attributes that should be mutated to dates.
|
* The attributes that should be mutated to dates.
|
||||||
|
|
Loading…
Reference in a new issue