Don't send messages to blocked group members
This commit is contained in:
parent
c7290309d3
commit
688938b5a1
3 changed files with 42 additions and 16 deletions
3
ts/window.d.ts
vendored
3
ts/window.d.ts
vendored
|
@ -171,6 +171,9 @@ declare global {
|
|||
<T = any>(key: string): T | undefined;
|
||||
<T>(key: string, defaultValue: T): T;
|
||||
};
|
||||
getBlockedGroups: () => Array<string>;
|
||||
getBlockedNumbers: () => Array<string>;
|
||||
getBlockedUuids: () => Array<string>;
|
||||
getItemsState: () => WhatIsThis;
|
||||
isBlocked: (number: string) => boolean;
|
||||
isGroupBlocked: (group: unknown) => boolean;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue