jitsi don't store room name

This commit is contained in:
zuckerberg 2021-05-23 09:05:23 -04:00
parent 8d8a69cca7
commit c664cb12da

View File

@ -202,7 +202,7 @@ in {
localRecording = { localRecording = {
enabled = false; enabled = false;
}; };
doNotStoreRoom = false; doNotStoreRoom = true;
}; };
}; };
}; };