diff --git a/app/models/post_action.rb b/app/models/post_action.rb index fb0e33eb3d5..e8a78aa6395 100644 --- a/app/models/post_action.rb +++ b/app/models/post_action.rb @@ -238,7 +238,7 @@ class PostAction < ActiveRecord::Base rescue ActiveRecord::RecordNotUnique # can happen despite being .create # since already bookmarked - true + PostAction.where(where_attrs).first end def self.remove_act(user, post, post_action_type_id)