mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
Fix #1901
This commit is contained in:
parent
8c951f156e
commit
6111272654
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue