Update RateLimit, add max post edits per hour and day

pull/1977/head
Daniel Supernault 5 years ago
parent ae24433b8c
commit 51fbfcdcf7
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7

@ -113,4 +113,14 @@ trait User {
{
return 35;
}
public function getMaxPostEditsPerHourAttribute()
{
return 10;
}
public function getMaxPostEditsPerDayAttribute()
{
return 20;
}
}
Loading…
Cancel
Save