From 7b772c525f4a9f201b48837c4fd9e36f8397ec33 Mon Sep 17 00:00:00 2001 From: Roland Osborne Date: Fri, 17 Jan 2025 12:40:10 -0800 Subject: [PATCH] fix unblock message call --- app/sdk/src/stream.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/app/sdk/src/stream.ts b/app/sdk/src/stream.ts index ab14aebb..2f380f36 100644 --- a/app/sdk/src/stream.ts +++ b/app/sdk/src/stream.ts @@ -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) {