mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-30 05:58:38 +00:00
Fix build on Windows.
This commit is contained in:
parent
973f91b5e4
commit
ce78074df7
@ -949,7 +949,7 @@ void HistoryWidget::initVoiceRecordBar() {
|
||||
return false;
|
||||
});
|
||||
_voiceRecordBar->setTTLFilter([=] {
|
||||
if (const auto peer = _history ? _history->peer : nullptr) {
|
||||
if (const auto peer = _history ? _history->peer.get() : nullptr) {
|
||||
if (const auto user = peer->asUser()) {
|
||||
if (!user->isSelf() && !user->isBot()) {
|
||||
return true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user