fix(core): update

This commit is contained in:
2019-04-11 17:52:01 +02:00
parent f512acdfaa
commit f728c56016
12 changed files with 74 additions and 33 deletions
@@ -23,6 +23,7 @@ export class UniverseChannel {
passphraseArg: string
) {
const newChannel = new UniverseChannel(universeCacheArg, channelNameArg, passphraseArg);
universeCacheArg.channelMap.add(newChannel);
return newChannel;
}