Various fixes

This commit is contained in:
Ilya Laktyushin
2022-05-30 21:08:05 +04:00
parent e59a6a9238
commit 03a13c0305
10 changed files with 357 additions and 162 deletions

View File

@@ -1491,6 +1491,8 @@ public final class SharedAccountContextImpl: SharedAccountContext {
mappedSource = .chatsPerFolder
case .accounts:
mappedSource = .accounts
case .about:
mappedSource = .about
case let .deeplink(reference):
mappedSource = .deeplink(reference)
case let .profile(peerId):