diff --git a/app/Util/RateLimit/User.php b/app/Util/RateLimit/User.php index d2f24320..ddcfc221 100644 --- a/app/Util/RateLimit/User.php +++ b/app/Util/RateLimit/User.php @@ -83,4 +83,19 @@ trait User { { return 100; } + + public function getMaxComposeMediaUpdatesPerHourAttribute() + { + return 100; + } + + public function getMaxComposeMediaUpdatesPerDayAttribute() + { + return 1000; + } + + public function getMaxComposeMediaUpdatesPerMonthAttribute() + { + return 5000; + } } \ No newline at end of file