Skip to content

Commit

Permalink
added RECENT_LIST_ENABLED
Browse files Browse the repository at this point in the history
  • Loading branch information
deleolajide committed Apr 21, 2020
1 parent c2de561 commit 75db0ef
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ public void doGet( HttpServletRequest request, HttpServletResponse response ) th
config.put( "JITSI_WATERMARK_LINK", JiveGlobals.getProperty( "org.jitsi.videobridge.ofmeet.watermark.link", "" ) );
config.put( "SHOW_BRAND_WATERMARK", JiveGlobals.getBooleanProperty( "org.jitsi.videobridge.ofmeet.brand.show.watermark", false ) );
config.put( "BRAND_WATERMARK_LINK", JiveGlobals.getProperty( "org.jitsi.videobridge.ofmeet.brand.watermark.link", "" ) );
config.put( "RECENT_LIST_ENABLED", JiveGlobals.getBooleanProperty( "org.jitsi.videobridge.ofmeet.recent.list.enabled", true ) );
config.put( "SHOW_POWERED_BY", JiveGlobals.getBooleanProperty( "org.jitsi.videobridge.ofmeet.show.poweredby", false ) );
config.put( "GENERATE_ROOMNAMES_ON_WELCOME_PAGE", JiveGlobals.getBooleanProperty( "org.jitsi.videobridge.ofmeet.random.roomnames", true ) );
config.put( "APP_NAME", JiveGlobals.getProperty( "org.jitsi.videobridge.ofmeet.application.name", "Openfire Meetings" ) );
Expand Down

0 comments on commit 75db0ef

Please sign in to comment.