Rule NOOP does nothing

master
M66B 1 week ago
parent 7fe14c730b
commit 8b1b66bdc2

@ -654,7 +654,7 @@ public class EntityRule {
switch (type) {
case TYPE_NOOP:
return true;
return false;
case TYPE_SEEN:
return onActionSeen(context, message, true);
case TYPE_UNSEEN:

Loading…
Cancel
Save