Fix jitsi menu link, now appear on the left menu links
parent
c992281293
commit
cda52617d8
|
@ -79,6 +79,8 @@ class ProjectMenuController
|
|||
baseUrl = "https://appear.in/"
|
||||
else if @.project.get("videoconferences") == "talky"
|
||||
baseUrl = "https://talky.io/"
|
||||
else if @.project.get("videoconferences") == "jitsi"
|
||||
baseUrl = "https://meet.jit.si/"
|
||||
else
|
||||
return ""
|
||||
|
||||
|
|
Loading…
Reference in New Issue