소스 검색

Do not unfollow muted users

tags/v1.1.4
Ekaterina Vaartis 5 년 전
부모
커밋
092b1b1453
1개의 변경된 파일0개의 추가작업 그리고 4개의 파일을 삭제
  1. +0
    -4
      lib/pleroma/user.ex

+ 0
- 4
lib/pleroma/user.ex 파일 보기

@@ -889,10 +889,6 @@ defmodule Pleroma.User do
end

def mute(muter, %User{ap_id: ap_id} = muted) do
if following?(muter, muter) do
unfollow(muter, muter)
end

mutes = muter.info["mutes"] || []
new_mutes = Enum.uniq([ap_id | mutes])
new_info = Map.put(muter.info, "mutes", new_mutes)


불러오는 중...
취소
저장