diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-10-31 13:14:45 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-10-31 13:14:45 +0900 |
| commit | bdbe646ca798731de9c466ecf31485499ec4d130 (patch) | |
| tree | 7f02fe32688218f8da5dc1122ae2a9c3213dfa19 /src/models | |
| parent | Update package-lock.json (diff) | |
| download | sharkey-bdbe646ca798731de9c466ecf31485499ec4d130.tar.gz sharkey-bdbe646ca798731de9c466ecf31485499ec4d130.tar.bz2 sharkey-bdbe646ca798731de9c466ecf31485499ec4d130.zip | |
Improve performance
Diffstat (limited to 'src/models')
| -rw-r--r-- | src/models/user.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/models/user.ts b/src/models/user.ts index 861161f468..b25e02b282 100644 --- a/src/models/user.ts +++ b/src/models/user.ts @@ -185,7 +185,8 @@ export const pack = ( clientSettings: false, profile: false, keywords: false, - domains: false + domains: false, + pinnedNoteIds: false }; // Populate the user if 'user' is ID |