remove user list test from experiments file, as it has now been fully tested and rolled out

This commit is contained in:
hippoz 2021-08-20 21:30:56 +03:00
parent 6c6154c072
commit 9a4787b1a1
Signed by: hippoz
GPG key ID: 7C52899193467641

View file

@ -1,6 +1,5 @@
module.exports = { module.exports = {
experiments: { experiments: {
voiceSFUTesting: false, voiceSFUTesting: false
userListTest: true
} }
}; };