|
|
|
@ -1290,9 +1290,13 @@ class LokiPublicChannelAPI {
|
|
|
|
|
this.conversation.setSubscriberCount(data.counts.subscribers);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
await window.Signal.Data.updateConversation(this.conversation.id, this.conversation.attributes, {
|
|
|
|
|
Conversation: Whisper.Conversation,
|
|
|
|
|
});
|
|
|
|
|
await window.Signal.Data.updateConversation(
|
|
|
|
|
this.conversation.id,
|
|
|
|
|
this.conversation.attributes,
|
|
|
|
|
{
|
|
|
|
|
Conversation: Whisper.Conversation,
|
|
|
|
|
}
|
|
|
|
|
);
|
|
|
|
|
await this.pollForChannelOnce();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|