we can probably enable the user list by default now

This commit is contained in:
hippoz 2021-06-10 23:22:57 +03:00
parent 3a53d585ff
commit f064f7b1be
Signed by: hippoz
GPG key ID: 7C52899193467641

View file

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