Typo + Linting.
authorlain <lain@soykaf.club>
Wed, 5 Jun 2019 10:45:28 +0000 (12:45 +0200)
committerlain <lain@soykaf.club>
Wed, 5 Jun 2019 10:45:28 +0000 (12:45 +0200)
lib/pleroma/user.ex
test/web/activity_pub/transmogrifier/follow_handling_test.exs

index 48b9f1d7d44ff7c6506c765af2ffe56ec515ec54..d873d7623e8b5d5cf7a57306303144d8a6cbc6e5 100644 (file)
@@ -371,7 +371,7 @@ defmodule Pleroma.User do
 
     cond do
       info.deactivated ->
-        {:error, "Could not follow user: You are deactivatedt."}
+        {:error, "Could not follow user: You are deactivated."}
 
       deny_follow_blocked and blocks?(followed, follower) ->
         {:error, "Could not follow user: #{followed.nickname} blocked you."}
index 9f89e876b65e8f6d4e6847ab2a7c0b27499a940a..5ddf6cd52c2bb3020e0ed77395da92fc30263f72 100644 (file)
@@ -36,9 +36,10 @@ defmodule Pleroma.Web.ActivityPub.Transmogrifier.FollowHandlingTest do
     end
 
     test "it works for follow requests when you are already followed, creating a new accept activity" do
-      # This is important because the remote might have the wrong idea about the current follow status.
-      # This can lead to instance A thinking that x@A is followed by y@B, but B thinks they are not. In
-      # this case, the follow can never go through again because it will never get an Accept.
+      # This is important because the remote might have the wrong idea about the
+      # current follow status. This can lead to instance A thinking that x@A is
+      # followed by y@B, but B thinks they are not. In this case, the follow can
+      # never go through again because it will never get an Accept.
       user = insert(:user)
 
       data =