Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Pleroma
pleroma
Commits
6c73136a
Commit
6c73136a
authored
Dec 08, 2018
by
Rin Toshaka
Browse files
[#283] Mix Tasks: Fix a typo in relay.ex
parent
8764f646
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/mix/tasks/pleroma/relay.ex
View file @
6c73136a
...
...
@@ -33,7 +33,7 @@ def run(["follow", target]) 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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment