forked from andyburke/autonomous.contact
feature: reactions
This commit is contained in:
parent
6500d9a9be
commit
b8467ec870
16 changed files with 2603 additions and 383 deletions
|
|
@ -73,7 +73,7 @@ export async function GET(request: Request, meta: Record<string, any>): Promise<
|
|||
return false;
|
||||
}
|
||||
|
||||
if (meta.query.type && event_type !== meta.query.type) {
|
||||
if (meta.query.type && !meta.query.type.split(',').includes(event_type)) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue