1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-02 13:16:08 +02:00

Improve performance

This commit is contained in:
syuilo
2018-10-29 21:35:46 +09:00
parent fa17623fa8
commit 13acf570e7

View File

@@ -269,7 +269,7 @@ export const pack = (
delete _user.hasUnreadNotification;
}
if (meId && !meId.equals(_user.id)) {
if (meId && !meId.equals(_user.id) && opts.detail) {
const [following1, following2, followReq1, followReq2, toBlocking, fromBlocked, mute] = await Promise.all([
Following.findOne({
followerId: meId,