mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +00:00
Show pin confirmation correctly in topics.
This commit is contained in:
@@ -2154,7 +2154,7 @@ void ToggleMessagePinned(
|
||||
}
|
||||
if (pin) {
|
||||
navigation->parentController()->show(
|
||||
Box(PinMessageBox, item->history()->peer, item->id),
|
||||
Box(PinMessageBox, item),
|
||||
Ui::LayerOption::CloseOther);
|
||||
} else {
|
||||
const auto peer = item->history()->peer;
|
||||
|
Reference in New Issue
Block a user