Fix streaming access token
This commit is contained in:
4
app/soapbox/utils/auth.js
Normal file
4
app/soapbox/utils/auth.js
Normal file
@ -0,0 +1,4 @@
|
||||
export const getAccessToken = state => {
|
||||
const me = state.getIn(['auth', 'me']);
|
||||
return state.getIn(['auth', 'users', me, 'access_token']);
|
||||
};
|
||||
Reference in New Issue
Block a user