Add support for client certificates
This commit is contained in:
parent
d9b63dd0ef
commit
937560e859
20 changed files with 376 additions and 39 deletions
|
@ -7,6 +7,7 @@ import messages from './messages';
|
|||
import privateChats from './privateChats';
|
||||
import search from './search';
|
||||
import servers from './servers';
|
||||
import settings from './settings';
|
||||
import showMenu from './showMenu';
|
||||
import tab from './tab';
|
||||
|
||||
|
@ -19,6 +20,7 @@ export default combineReducers({
|
|||
privateChats,
|
||||
search,
|
||||
servers,
|
||||
settings,
|
||||
showMenu,
|
||||
tab
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue