mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-29 05:37:45 +00:00
Fix build on macOS.
This commit is contained in:
parent
d986e70a89
commit
663c99cc2d
@ -510,7 +510,6 @@ void GenerateItems(
|
|||||||
return callback(OwnedItem(delegate, item), sentDate);
|
return callback(OwnedItem(delegate, item), sentDate);
|
||||||
};
|
};
|
||||||
|
|
||||||
using Flag = MTPDmessage::Flag;
|
|
||||||
const auto fromName = from->name;
|
const auto fromName = from->name;
|
||||||
const auto fromLink = from->createOpenLink();
|
const auto fromLink = from->createOpenLink();
|
||||||
const auto fromLinkText = textcmdLink(1, fromName);
|
const auto fromLinkText = textcmdLink(1, fromName);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user