fix event embed filters + new clipboard mixin

This commit is contained in:
lesion
2021-12-06 15:58:12 +01:00
parent 1d80faaa37
commit 2d3ab6b572
14 changed files with 236 additions and 200 deletions

View File

@@ -510,7 +510,7 @@ const eventController = {
let where_tags = {}
if (tags) {
where_tags = { where: { tag: tags.split(',') } }
where_tags = { where: { [Op.or]: { tag: tags.split(',') } } }
}
const events = await Event.findAll({