mirror of
https://github.com/hotomoe/hotomoe
synced 2024-12-02 16:58:11 +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([
|
const [followings, mutedUserIds] = await Promise.all([
|
||||||
// フォローを取得
|
// フォローを取得
|
||||||
// Fetch following
|
// Fetch following
|
||||||
getFriends(user._id, true, true),
|
getFriends(user._id, true, false),
|
||||||
|
|
||||||
// ミュートしているユーザーを取得
|
// ミュートしているユーザーを取得
|
||||||
Mute.find({
|
Mute.find({
|
||||||
|
Loading…
Reference in New Issue
Block a user