From c620ffdd68e4a8c42627caf29e61694bb1483480 Mon Sep 17 00:00:00 2001 From: okpierre <1679025+okpierre@users.noreply.github.com> Date: Fri, 21 Jun 2019 17:33:26 -0400 Subject: [PATCH 1/2] Update register.blade.php Change # placeholder for Terms of Use and Privacy Policy links into direct links --- resources/views/auth/register.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/auth/register.blade.php b/resources/views/auth/register.blade.php index 994ce1d2f..9448f8c39 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.

From bef3b88d30d08b19ff4efd66592a282fecf590ea Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Sat, 22 Jun 2019 21:31:12 -0600 Subject: [PATCH 2/2] Update Follower model --- app/Follower.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Follower.php b/app/Follower.php index 17dd43473..d6d1d69aa 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() {