Fix merge conflict
authorEgor Kislitsyn <egor@kislitsyn.com>
Wed, 5 Jun 2019 10:55:00 +0000 (17:55 +0700)
committerEgor Kislitsyn <egor@kislitsyn.com>
Wed, 5 Jun 2019 10:55:00 +0000 (17:55 +0700)
lib/pleroma/web/common_api/utils.ex

index 22ce1ea907508722686f224833855448f1999772..6c9e117ae1c42cc722992ca39323733202d1eec3 100644 (file)
@@ -98,6 +98,8 @@ defmodule Pleroma.Web.CommonAPI.Utils do
     end
   end
 
+  def get_to_and_cc(_user, _mentions, _inReplyTo, _), do: {[], []}
+
   def get_addressed_users(_, to) when is_list(to) do
     User.get_ap_ids_by_nicknames(to)
   end