mirror of
https://github.com/balzack/databag.git
synced 2025-04-24 18:45:23 +00:00
fix unblock message call
This commit is contained in:
parent
9f2eabda4a
commit
7b772c525f
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user