mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 06:54:43 +00:00
Fix build with Xcode.
This commit is contained in:
@@ -180,6 +180,9 @@ struct MessageHighlightId {
|
||||
[[nodiscard]] bool empty() const {
|
||||
return quote.empty() && !todoItemId;
|
||||
}
|
||||
[[nodiscard]] friend inline bool operator==(
|
||||
const MessageHighlightId &a,
|
||||
const MessageHighlightId &b) = default;
|
||||
};
|
||||
|
||||
struct FullReplyTo {
|
||||
|
||||
Reference in New Issue
Block a user