mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-08-02 00:17:02 +00:00
Various fixes
This commit is contained in:
parent
0337de2cc3
commit
9640b283af
@ -3976,7 +3976,7 @@ public final class StoryItemSetContainerComponent: Component {
|
|||||||
if peer.id == component.context.account.peerId {
|
if peer.id == component.context.account.peerId {
|
||||||
self.navigateToMyStories()
|
self.navigateToMyStories()
|
||||||
} else {
|
} else {
|
||||||
self.navigateToPeer(peer: component.slice.peer, chat: false)
|
self.navigateToPeer(peer: peer, chat: false)
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
if component.slice.peer.id == component.context.account.peerId {
|
if component.slice.peer.id == component.context.account.peerId {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user