Revision 8d76e2e3 ChatSecure/Classes/View Controllers/UserProfileViewController.swift
ChatSecure/Classes/View Controllers/UserProfileViewController.swift | ||
---|---|---|
35 | 35 |
return nil |
36 | 36 |
} |
37 | 37 |
|
38 |
guard let xmpp = OTRProtocolManager.sharedInstance().protocol(for: acct) as? OTRXMPPManager else {
|
|
38 |
guard let xmpp = OTRProtocolManager.sharedInstance().protocol(for: acct) as? XMPPManager else { |
|
39 | 39 |
return nil |
40 | 40 |
} |
41 | 41 |
return xmpp.omemoSignalCoordinator |
... | ... | |
300 | 300 |
yourProfileRow.value = account |
301 | 301 |
yourProfileSection.addFormRow(yourProfileRow) |
302 | 302 |
|
303 |
guard let xmpp = OTRProtocolManager.sharedInstance().protocol(for: account) as? OTRXMPPManager else {
|
|
303 |
guard let xmpp = OTRProtocolManager.sharedInstance().protocol(for: account) as? XMPPManager else { |
|
304 | 304 |
return form |
305 | 305 |
} |
306 | 306 |
guard let myBundle = xmpp.omemoSignalCoordinator?.fetchMyBundle() else { |
Also available in: Unified diff