diff --git a/app/Follower.php b/app/Follower.php index 17dd4347..d6d1d69a 100644 --- a/app/Follower.php +++ b/app/Follower.php @@ -10,7 +10,7 @@ class Follower extends Model protected $fillable = ['profile_id', 'following_id', 'local_profile']; const MAX_FOLLOWING = 7500; - const FOLLOW_PER_HOUR = 20; + const FOLLOW_PER_HOUR = 30; public function actor() { diff --git a/resources/views/auth/register.blade.php b/resources/views/auth/register.blade.php index 994ce1d2..9448f8c3 100644 --- a/resources/views/auth/register.blade.php +++ b/resources/views/auth/register.blade.php @@ -82,7 +82,7 @@ -
By signing up, you agree to our Terms, Data Policy and Cookies Policy.
+By signing up, you agree to our Terms of Use and Privacy Policy.