Update plugins/meet/src/main/java/org/jivesoftware/spark/plugin/ofmeet/SparkMeetPlugin.java

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Dele Olajide
2025-07-21 12:03:12 +01:00
committed by GitHub
parent a0f28184ad
commit 364d1a837f

View File

@ -124,7 +124,7 @@ public class SparkMeetPlugin implements Plugin, ChatRoomListener, GlobalMessageL
if (jitsiAvailable) {
sUrl = getServerUrl("jitsi");
}
else
else
if (galeneAvailable) {
sUrl = getServerUrl("galene");