2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 14:45:14 +00:00

[Improvement] Do not hide "open chat" button for own profile

This commit is contained in:
RadRussianRus
2022-09-11 06:16:19 +03:00
committed by Eric Kotato
parent b98c34e514
commit 8f2e15dbd2

View File

@@ -1806,6 +1806,7 @@ Ui::MultiSlideTracker DetailsFiller::fillUserButtons(
tracker);
};
/*
if (user->isSelf()) {
auto separator = _wrap->add(object_ptr<Ui::SlideWrap<>>(
_wrap,
@@ -1821,8 +1822,11 @@ Ui::MultiSlideTracker DetailsFiller::fillUserButtons(
std::move(tracker).atLeastOneShownValue()
);
} else {
*/
addSendMessageButton();
/*
}
*/
addReportReaction(tracker);