From 5f98cd113488bab3814043a7d07a3dd80cb328ab Mon Sep 17 00:00:00 2001 From: Benjamin Piouffle Date: Sat, 14 Nov 2020 18:01:36 +0100 Subject: [PATCH] Revert "Lowers reputation requirement to add a video to 15." --- apps/cf/priv/limitations.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/cf/priv/limitations.yaml b/apps/cf/priv/limitations.yaml index 4c6157f4..f104f761 100644 --- a/apps/cf/priv/limitations.yaml +++ b/apps/cf/priv/limitations.yaml @@ -7,7 +7,7 @@ create: statement: [ 0 , 3 , 6 , 12 , 15 , 25 , 30 , 30 , 30 ] speaker: [ 0 , 0 , 0 , 3 , 6 , 15 , 30 , 40 , 50 ] add: - video: [ 0 , 0 , 1 , 1 , 1 , 2 , 3 , 5 , 10 ] + video: [ 0 , 0 , 0 , 0 , 1 , 2 , 3 , 5 , 10 ] speaker: [ 0 , 0 , 0 , 3 , 6 , 15 , 30 , 40 , 50 ] update: statement: [ 0 , 0 , 5 , 15 , 30 , 75 , 125 , 150 , 200 ]