diff options
author | squidboi <squidboi@waifu.club> | 2018-06-09 04:28:11 +0000 |
---|---|---|
committer | squidboi <squidboi@waifu.club> | 2018-06-09 04:28:11 +0000 |
commit | 4f9ecfc77a54eef23741c89206b4cbce924f7d76 (patch) | |
tree | 3aaadecb64735a47e8956737ba2895112a33106f /lib/pleroma/user.ex | |
parent | 8903f1ad4d6bfab519338b53885ccfbbe1797ed7 (diff) | |
download | pleroma-4f9ecfc77a54eef23741c89206b4cbce924f7d76.tar.gz |
formatting
Diffstat (limited to 'lib/pleroma/user.ex')
-rw-r--r-- | lib/pleroma/user.ex | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/pleroma/user.ex b/lib/pleroma/user.ex index 5e3096172..dd645b2e5 100644 --- a/lib/pleroma/user.ex +++ b/lib/pleroma/user.ex @@ -181,7 +181,8 @@ defmodule Pleroma.User do false # if the users are blocking each other, we shouldn't even be here, but check for it anyway - @deny_follow_blocked and (User.blocks?(follower, followed) or User.blocks?(followed, follower)) -> + @deny_follow_blocked and + (User.blocks?(follower, followed) or User.blocks?(followed, follower)) -> false # if OStatus, then there is no three-way handshake to follow |