@override bool shouldPush(dynamic content) { if (content is Reaction) { return content.action == ReactionAction.added; } return false; }