4746 create created listener on blocklist (#5031)
Closes #4746 for messaging. I will create another PR to implement the listener on calendar.
This commit is contained in:
@ -5,5 +5,5 @@ export const googleCalendarSearchFilterExcludeEmails = (
|
||||
return undefined;
|
||||
}
|
||||
|
||||
return `email=-${emails.join(', -')}`;
|
||||
return `email=-(${emails.join(', -')})`;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user