This commit is contained in:
syuilo 2018-07-21 11:03:32 +09:00
parent 8c951f156e
commit 6111272654

View File

@ -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({