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