|
|
|
@ -52,7 +52,7 @@ export function parseOpenGroupV2(urlWithPubkey: string): OpenGroupV2Room | undef
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
export const isGroupInBlockList = async (serverPubKey: string): Promise<boolean> => {
|
|
|
|
export const isGroupInBlockList = async (serverPubKey: string): Promise<boolean> => {
|
|
|
|
const blockList = window?.getOpenGroupBlockList();
|
|
|
|
const blockList = window?.getOpenGroupBlockList();
|
|
|
|
console.warn({ blockList });
|
|
|
|
window?.log?.warn({ blockList });
|
|
|
|
if (!blockList || !blockList.length) {
|
|
|
|
if (!blockList || !blockList.length) {
|
|
|
|
return false;
|
|
|
|
return false;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|