davidejensen
davidejensen
I'm on a mac and to me if stays in Ultra: https://images.zenhubusercontent.com/337227404/5710dda8-df8e-471c-b7df-9564c17a912a/screen_recording_2022_07_04_at_17_46_31.mov
Work in progress URL: https://www.notion.so/decentraland/RFC-Technical-Assessment-extended-passport-WIP-2bb32a1811114313b96e74a4efe3b855 Zenhub epic: https://app.zenhub.com/workspaces/explorer-6047bad476c3c0001942ee91/issues/decentraland/unity-renderer/1849
Already merged in dev and main
Analyzing this I think that the best way to control this behaviour is by creating a feature flag with a variant with the following format: ``` {"channel":"channelName","enableNotifications":true/false} ``` This would...
Update: It has been decided to use a list of channels to join and if they are muted or not, so the FF content will change in: ``` [{"channel":"channelName1","enableNotifications":true/false},{"channel":"channelName2","enableNotifications":true/false},...] ```...
Closing in favour of https://github.com/decentraland/unity-renderer/pull/3351