Explorar el Código

Apply suggestion to lib/pleroma/user.ex

remote-follow-auth-fix
Sadposter hace 4 años
padre
commit
457821adb0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      lib/pleroma/user.ex

+ 1
- 1
lib/pleroma/user.ex Ver fichero

@@ -1143,7 +1143,7 @@ defmodule Pleroma.User do
def blocks?(nil, _), do: false

def blocks?(%User{} = user, %User{} = target) do
blocks_ap_id?(user, target) ||
blocks_user?(user, target) ||
(!User.following?(user, target) && blocks_domain?(user, target))
end



Cargando…
Cancelar
Guardar