mirror of
https://akkoma.dev/AkkomaGang/akkoma.git
synced 2025-01-23 06:21:18 +00:00
Fix merge conflict
This commit is contained in:
parent
cfa5572d28
commit
ddd4a09b72
|
@ -98,6 +98,8 @@ defmodule Pleroma.Web.CommonAPI.Utils do
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
def get_to_and_cc(_user, _mentions, _inReplyTo, _), do: {[], []}
|
||||||
|
|
||||||
def get_addressed_users(_, to) when is_list(to) do
|
def get_addressed_users(_, to) when is_list(to) do
|
||||||
User.get_ap_ids_by_nicknames(to)
|
User.get_ap_ids_by_nicknames(to)
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue