mirror of
https://github.com/MisskeyIO/misskey
synced 2024-11-28 06:48:32 +09:00
Fix #1901
This commit is contained in:
parent
49bc00102b
commit
4d0c303660
@ -82,7 +82,7 @@ export default async (params: any, user: ILocalUser) => {
|
||||
const [followings, mutedUserIds] = await Promise.all([
|
||||
// フォローを取得
|
||||
// Fetch following
|
||||
getFriends(user._id, true, true),
|
||||
getFriends(user._id, true, false),
|
||||
|
||||
// ミュートしているユーザーを取得
|
||||
Mute.find({
|
||||
|
Loading…
Reference in New Issue
Block a user