Skip to content
Snippets Groups Projects
Commit 1eb712e4 authored by Ahmed Shehata's avatar Ahmed Shehata
Browse files

Merge branch 'adding-contact-without-facts' into 'development'

Removes facts from the request when adding someone

See merge request elixxir/client-ios!6
parents 00f51a11 62002df1
No related branches found
No related tags found
2 merge requests!8Fixing failed verification due to wrong fact passed,!6Removes facts from the request when adding someone
......@@ -149,7 +149,7 @@ extension Session {
contactToOperate.status = .requesting
client.bindings.add(contactToOperate.marshaled, from: myQR) { [weak self, contactToOperate] in
client.bindings.add(contactToOperate.marshaled, from: client.bindings.meMarshalled) { [weak self, contactToOperate] in
guard let self = self, var contactToOperate = contactToOperate else { return }
let safeName = contactToOperate.nickname ?? contactToOperate.username
let title = "\(safeName.prefix(2))...\(safeName.suffix(3))"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment