diff --git a/src/messages/Image.cpp b/src/messages/Image.cpp index 1b4f11645..4cd3c5678 100644 --- a/src/messages/Image.cpp +++ b/src/messages/Image.cpp @@ -444,7 +444,7 @@ bool Image::operator==(const Image &other) const return true; if (!this->url_.string.isEmpty() && this->url_ == other.url_) return true; - if (this->frames_->first() == other.frames_->first()) + if (this->frames_->first()->toImage() == other.frames_->first()->toImage()) return true; return false;