projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8764f64
)
[#283] Mix Tasks: Fix a typo in relay.ex
author
Rin Toshaka
<rinpatch@sdf.org>
Sat, 8 Dec 2018 07:30:34 +0000
(08:30 +0100)
committer
Rin Toshaka
<rinpatch@sdf.org>
Sat, 8 Dec 2018 07:30:34 +0000
(08:30 +0100)
lib/mix/tasks/pleroma/relay.ex
patch
|
blob
|
history
diff --git
a/lib/mix/tasks/pleroma/relay.ex
b/lib/mix/tasks/pleroma/relay.ex
index 2502923af314e40311cb3059cba9ceb4f82d5471..f4b7ff6a0bb34bfe739d865a09eb9ef50f06d330 100644
(file)
--- a/
lib/mix/tasks/pleroma/relay.ex
+++ b/
lib/mix/tasks/pleroma/relay.ex
@@
-33,7
+33,7
@@
defmodule Mix.Tasks.Pleroma.Relay do
def run(["unfollow", target]) do
Common.start_pleroma()
- with {:ok, activity} <- Relay.follow(target) do
+ with {:ok, activity} <- Relay.
un
follow(target) do
# put this task to sleep to allow the genserver to push out the messages
:timer.sleep(500)
else