add back conversationId

pull/475/head
Ryan Tharp 6 years ago
parent e25ed0aba3
commit 428a3b7077

@ -204,6 +204,7 @@ class LokiPublicChannelAPI {
this.serverAPI = serverAPI;
this.channelId = channelId;
this.baseChannelUrl = `channels/${this.channelId}`;
this.conversationId = conversationId;
this.conversation = ConversationController.get(conversationId);
this.lastGot = null;
this.stopPolling = false;

Loading…
Cancel
Save