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