From 34665da2a05fa82a51a32bdff6e4904661cb393e Mon Sep 17 00:00:00 2001 From: Derf Null Date: Sun, 4 Jun 2023 19:01:02 +0200 Subject: do not accept follows / follow requests by default --- lib/Travelynx/Command/database.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Travelynx/Command') diff --git a/lib/Travelynx/Command/database.pm b/lib/Travelynx/Command/database.pm index 3878502..a54af43 100644 --- a/lib/Travelynx/Command/database.pm +++ b/lib/Travelynx/Command/database.pm @@ -1527,7 +1527,7 @@ my @migrations = ( alter table relations add column ts timestamptz not null; alter table users - add column accept_follows smallint default 1; + add column accept_follows smallint default 0; update schema_version set version = 36; } ); -- cgit v1.2.3