mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 14:45:14 +00:00
sessions, two-step verification and links preview done for os x version
This commit is contained in:
@@ -4385,7 +4385,8 @@ HistoryMedia *HistoryMessage::getMedia(bool inOverview) const {
|
||||
|
||||
void HistoryMessage::setMedia(const MTPmessageMedia &media) {
|
||||
if (_media) return;
|
||||
initMedia(media, QString());
|
||||
QString t;
|
||||
initMedia(media, t);
|
||||
if (_media) {
|
||||
QString was = HistoryMessage::selectedText(FullItemSel);
|
||||
if (was.isEmpty()) {
|
||||
|
Reference in New Issue
Block a user