mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 03:12:29 +00:00
fix: Error in patching config.js
This commit is contained in:
4
debian/jitsi-meet-web-config.postinst
vendored
4
debian/jitsi-meet-web-config.postinst
vendored
@@ -176,9 +176,9 @@ case "$1" in
|
||||
fi
|
||||
|
||||
# Fixes multi-stream flags to workaround problem with mobile joining a multi-stream call with multi-stream disabled
|
||||
FIX_MSG="#Enables multi-stream, do not delete me"
|
||||
FIX_MSG="//Enables multi-stream, do not delete me"
|
||||
if ! grep -q "^${FIX_MSG}" $JITSI_MEET_CONFIG; then
|
||||
sed -i "s/config.flags.sourceNameSignaling/${FIX_MSG}\nconfig.flags = config.flags || {};\nconfig.flags.sourceNameSignaling/g" $JITSI_MEET_CONFIG
|
||||
sed -i "s#config.flags.sourceNameSignaling#${FIX_MSG}\nconfig.flags = config.flags || {};\nconfig.flags.sourceNameSignaling#g" $JITSI_MEET_CONFIG
|
||||
fi
|
||||
if ! grep -q "^config.flags.sourceNameSignaling*" $JITSI_MEET_CONFIG; then
|
||||
echo "config.flags.sourceNameSignaling = true;" >> $JITSI_MEET_CONFIG
|
||||
|
||||
Reference in New Issue
Block a user