mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-22 14:31:26 +00:00
Update Story model
This commit is contained in:
parent
c5e171c4a8
commit
9f2659da6a
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ class Story extends Model
|
||||||
{
|
{
|
||||||
use HasSnowflakePrimary;
|
use HasSnowflakePrimary;
|
||||||
|
|
||||||
public const MAX_PER_DAY = 10;
|
public const MAX_PER_DAY = 20;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Indicates if the IDs are auto-incrementing.
|
* Indicates if the IDs are auto-incrementing.
|
||||||
|
|
Loading…
Reference in a new issue