fix unblock message call

This commit is contained in:
Roland Osborne 2025-01-17 12:40:10 -08:00
parent 9f2eabda4a
commit 7b772c525f

View File

@ -385,6 +385,7 @@ export class StreamModule {
}
public async clearBlockedChannelTopic(channelId: string, topicId: string) {
const { guid } = this;
const id = `'':${channelId}:${topicId}`
await this.store.clearMarker(guid, 'blocked_topic', id);
if (this.focus) {