code formatting

This commit is contained in:
pypy
2020-10-25 16:11:17 +09:00
parent bf8c8b7461
commit d44f97de9d
2 changed files with 9 additions and 9 deletions

View File

@@ -3432,8 +3432,8 @@ CefSharp.BindObjectAsync(
var ctx = data[--i];
// GPS, Online, Offline, Status, Avatar
if ((ctx.type !== 'Avatar') &&
!((ctx.type === 'GPS') && (ctx.location[0] === 'private') && (this.hidePrivateFromFeed === true)) &&
!(((ctx.type === 'Online') || (ctx.type === 'Offline')) && (this.hideLoginsFromFeed === true))) {
!((ctx.type === 'GPS') && (ctx.location[0] === 'private') && (this.hidePrivateFromFeed === true)) &&
!(((ctx.type === 'Online') || (ctx.type === 'Offline')) && (this.hideLoginsFromFeed === true))) {
arr.push({
...ctx,
isFriend: this.friends.has(ctx.userId),