From 3cbc2a1aee18a204be061845d2388cfc2d73a3a1 Mon Sep 17 00:00:00 2001 From: HolgerHatGarKeineNode Date: Sat, 4 Feb 2023 13:25:26 +0100 Subject: [PATCH] disable gamify events --- config/gamify.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/gamify.php b/config/gamify.php index eb661302..d8a5b6c1 100644 --- a/config/gamify.php +++ b/config/gamify.php @@ -11,7 +11,7 @@ return [ 'allow_reputation_duplicate' => true, // Broadcast on private channel - 'broadcast_on_private_channel' => true, + 'broadcast_on_private_channel' => false, // Channel name prefix, user id will be suffixed 'channel_name' => 'user.reputation.',