Handle kick, rename server to network
This commit is contained in:
parent
a33157ff84
commit
6985dd16da
65 changed files with 2650 additions and 2179 deletions
|
@ -2,7 +2,7 @@ import { createStructuredSelector } from 'reselect';
|
|||
import Connect from 'components/pages/Connect';
|
||||
import { getConnectDefaults, getApp } from 'state/app';
|
||||
import { join } from 'state/channels';
|
||||
import { connect as connectServer } from 'state/servers';
|
||||
import { connect as connectNetwork } from 'state/networks';
|
||||
import { select } from 'state/tab';
|
||||
import connect from 'utils/connect';
|
||||
|
||||
|
@ -14,7 +14,7 @@ const mapState = createStructuredSelector({
|
|||
|
||||
const mapDispatch = {
|
||||
join,
|
||||
connect: connectServer,
|
||||
connect: connectNetwork,
|
||||
select
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue