Skip to content

Commit f6cbe6c

Browse files
committed
chore: add delete channel api
1 parent 2a6a5d8 commit f6cbe6c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

package/src/store/OfflineDB.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ export class OfflineDB extends AbstractOfflineDB {
6666

6767
deleteMember = api.deleteMember;
6868

69+
deleteChannel = api.deleteChannel;
70+
6971
hardDeleteMessage = api.deleteMessage;
7072

7173
softDeleteMessage = api.softDeleteMessage;

0 commit comments

Comments
 (0)