pleroma.instance: Fix Exiftool module name
[akkoma] / lib / pleroma / web / activity_pub / side_effects.ex
index d552e91fcaf5c43eb26f02159efbf0fe63cc9f14..bbff35c360fd9b6f85083530f2a04b32c5649f00 100644 (file)
@@ -187,7 +187,7 @@ defmodule Pleroma.Web.ActivityPub.SideEffects do
       {:ok, notifications} = Notification.create_notifications(activity, do_send: false)
       {:ok, _user} = ActivityPub.increase_note_count_if_public(user, object)
 
-      if in_reply_to = object.data["inReplyTo"] do
+      if in_reply_to = object.data["inReplyTo"] && object.data["type"] != "Answer" do
         Object.increase_replies_count(in_reply_to)
       end