Email or username:

Password:

Forgot your password?
Top-level
shandrew

@jessamyn
this worked for me (at least for now) on the mac app:

quit slack.app

export SLACK_DEVELOPER_MENU=true open /Applications/Slack.app

cmd-option-i, to open the chrome devtools (or pick it out of the menu)

go to console

at the prompt, change the appropriate js w/

localStorage.setItem("localConfig_v2", localStorage.getItem("localConfig_v2").replace (/\"is_unified_user_client_enabled\":true/g, '\"is_unified_user_client_enabled\": false'))

cmd-r reload slack

3 comments
Jerry Sievert

@shandrew @jessamyn beware, they are actively overriding that - just keep it in developer mode, open dev tools again, and re-run.

shandrew

@jerrysv

Interesting! Looks like it gets reset pretty often by a variety of actions, so you need to get that first reload in before it gets reset.

Jerry Sievert

@shandrew I think I'm just going to keep the dev tools open for a while. should help mitigate it.

Go Up