aboutsummaryrefslogtreecommitdiff
path: root/src/app/identity-list/identity-list.component.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/identity-list/identity-list.component.ts')
-rw-r--r--src/app/identity-list/identity-list.component.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/identity-list/identity-list.component.ts b/src/app/identity-list/identity-list.component.ts
index c6ed1d2..909b5d6 100644
--- a/src/app/identity-list/identity-list.component.ts
+++ b/src/app/identity-list/identity-list.component.ts
@@ -223,7 +223,7 @@ export class IdentityListComponent implements OnInit {
223 hasLotsOfAttributes(identity: Identity) { 223 hasLotsOfAttributes(identity: Identity) {
224 if (undefined === this.attributes[identity.pubkey]) { return false }; 224 if (undefined === this.attributes[identity.pubkey]) { return false };
225 if (!this.hasAttributes(identity)) { return false; } 225 if (!this.hasAttributes(identity)) { return false; }
226 return this.attributes[identity.pubkey].length > 5; 226 return this.attributes[identity.pubkey].length > 6;
227 } 227 }
228 228
229 identityHasProfilePicture(identity: Identity): boolean { 229 identityHasProfilePicture(identity: Identity): boolean {