Add clickableRoleDot plugin, toasts

This commit is contained in:
Vendicated 2022-09-28 12:15:30 +02:00
parent 532fa8f718
commit 02ed954ce4
No known key found for this signature in database
GPG key ID: EC781ADFB93EFFA3
3 changed files with 76 additions and 2 deletions

View file

@ -18,7 +18,7 @@ export const filters = {
if (!s.includes(c)) return false;
}
return true;
}
},
};
export const subscriptions = new Map<FilterFn, CallbackFn>();