This commit is contained in:
2021-06-07 22:18:22 +00:00
parent fd29edcf9e
commit b734548fdb
5 changed files with 90 additions and 21 deletions

View File

@@ -558,7 +558,7 @@ namespace AyaNova.Biz
if (!await UserBiz.UserIsActive(sub.UserId)) continue;
//Tag match? (will be true if no sub tags so always safe to call this)
if (NotifyEventHelper.TagsMatch(o.Tags, sub.Tags))
if (NotifyEventHelper.ObjectHasAllSubscriptionTags(o.Tags, sub.Tags))
{
NotifyEvent n = new NotifyEvent()
{