projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
503de4b
)
Typo fix.
author
lain
<lain@soykaf.club>
Thu, 30 Apr 2020 11:57:47 +0000
(13:57 +0200)
committer
lain
<lain@soykaf.club>
Thu, 30 Apr 2020 11:57:47 +0000
(13:57 +0200)
lib/pleroma/web/activity_pub/utils.ex
patch
|
blob
|
history
diff --git
a/lib/pleroma/web/activity_pub/utils.ex
b/lib/pleroma/web/activity_pub/utils.ex
index 2d685ecc09d11f39ad526f7ddbbefb5be69e6a36..1a3b0b3c12d03bf52e2afc86521b35830d444971 100644
(file)
--- a/
lib/pleroma/web/activity_pub/utils.ex
+++ b/
lib/pleroma/web/activity_pub/utils.ex
@@
-512,7
+512,7
@@
defmodule Pleroma.Web.ActivityPub.Utils do
#### Announce-related helpers
@doc """
- Ret
ru
ns an existing announce activity if the notice has already been announced
+ Ret
ur
ns an existing announce activity if the notice has already been announced
"""
@spec get_existing_announce(String.t(), map()) :: Activity.t() | nil
def get_existing_announce(actor, %{data: %{"id" => ap_id}}) do