diff --git a/plugin.rb b/plugin.rb index 0d0f1d64..3aab315c 100644 --- a/plugin.rb +++ b/plugin.rb @@ -558,6 +558,12 @@ after_initialize do if respond_to?(:add_post_revision_notifier_recipients) add_post_revision_notifier_recipients do |post_revision| + # next if no modifications + next if !post_revision.modifications.present? + + # do no notify recipients when only updating tags + next if post_revision.modifications.keys == 'tags' + ids = [] post = post_revision.post