Skip to content

Commit

Permalink
Merge #821(redstrate): MediaThumbnailJob: Look for the correct spec v…
Browse files Browse the repository at this point in the history
…ersion for auth media
  • Loading branch information
KitsuneRal authored Nov 2, 2024
2 parents 75d1f2a + 7c98dee commit d7863de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Quotient/jobs/mediathumbnailjob.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ QUrl MediaThumbnailJob::makeRequestUrl(const HomeserverData& hsData, const QStri
std::optional<bool> animated)
{
QT_IGNORE_DEPRECATIONS( // For GetContentThumbnailJob
return hsData.checkMatrixSpecVersion(u"1.11")
return hsData.checkMatrixSpecVersion(u"v1.11")
? GetContentThumbnailAuthedJob::makeRequestUrl(hsData, serverName, mediaId,
requestedSize.width(),
requestedSize.height(),
Expand Down

0 comments on commit d7863de

Please sign in to comment.