Instead of refusing to create accounts, domain blocks auto-suspend new accounts from that domain

This commit is contained in:
Eugen Rochko
2017-01-20 20:14:02 +01:00
parent 05abd977c1
commit 9bd3b11cfb
4 changed files with 6 additions and 3 deletions

View File

@ -4,8 +4,11 @@ import appReducer from '../reducers';
import loadingBarMiddleware from '../middleware/loading_bar';
import errorsMiddleware from '../middleware/errors';
import soundsMiddleware from 'redux-sounds';
import Howler from 'howler';
import Immutable from 'immutable';
Howler.mobileAutoEnable = false;
const soundsData = {
boop: '/sounds/boop.mp3'
};