From 56403c31a07c7eb92f7258da7541de016d7d928b Mon Sep 17 00:00:00 2001
From: Jesus Federico <jesus@123it.ca>
Date: Mon, 20 Jul 2020 08:11:02 -0400
Subject: [PATCH] enable post_events by default by setting keepEvents=true
 (#10097)

---
 bigbluebutton-web/grails-app/conf/bigbluebutton.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bigbluebutton-web/grails-app/conf/bigbluebutton.properties b/bigbluebutton-web/grails-app/conf/bigbluebutton.properties
index 9c0327a999..9f032fe2d3 100755
--- a/bigbluebutton-web/grails-app/conf/bigbluebutton.properties
+++ b/bigbluebutton-web/grails-app/conf/bigbluebutton.properties
@@ -213,7 +213,7 @@ muteOnStart=false
 allowModsToUnmuteUsers=false
 
 # Saves meeting events even if the meeting is not recorded
-keepEvents=false
+keepEvents=true
 
 #----------------------------------------------------
 # This URL is where the BBB client is accessible. When a user sucessfully
-- 
GitLab