Skip to content
Snippets Groups Projects
Commit e3d6b59b authored by stuebinm's avatar stuebinm
Browse files

allow shared (not just shared-) as prefix for shared jitsis

this might make things less confusing for some people
parent 921f49fa
Branches
No related tags found
No related merge requests found
......@@ -345,7 +345,7 @@ checkTileLayerProperty p@(Property name _value) = case name of
suggestProperty $ Property "jitsiTrigger" "onaction"
-- prepend jitsi room names to avoid name clashes
unless ("shared-" `isPrefixOf` jitsiRoom) $ do
unless ("shared" `isPrefixOf` jitsiRoom) $ do
assemblyname <- lintConfig configAssemblyTag
setProperty "jitsiRoom" (assemblyname <> "-" <> jitsiRoom)
"jitsiTrigger" -> do
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment