diff options
| author | Andrew Branson <andrew.branson@jolla.com> | 2026-04-06 13:20:06 +0200 |
|---|---|---|
| committer | Andrew Branson <andrew.branson@jolla.com> | 2026-04-06 13:20:06 +0200 |
| commit | 5fb6483eb3674ff42ba7022127425ef7e7a9432f (patch) | |
| tree | a4d6456d04945ae3497bd96b6a0236db6ae70a12 /eventsview-plugins/eventsview-plugin-fediverse/fediversepostsmodel.cpp | |
| parent | a35c9fa159173388d88ef77e1d31f53488aad094 (diff) | |
Diffstat (limited to 'eventsview-plugins/eventsview-plugin-fediverse/fediversepostsmodel.cpp')
| -rw-r--r-- | eventsview-plugins/eventsview-plugin-fediverse/fediversepostsmodel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eventsview-plugins/eventsview-plugin-fediverse/fediversepostsmodel.cpp b/eventsview-plugins/eventsview-plugin-fediverse/fediversepostsmodel.cpp index 48b3446..b6d0aa3 100644 --- a/eventsview-plugins/eventsview-plugin-fediverse/fediversepostsmodel.cpp +++ b/eventsview-plugins/eventsview-plugin-fediverse/fediversepostsmodel.cpp @@ -39,7 +39,7 @@ QVariantList imageListForPost(const SocialPost::ConstPtr &post) imageMap.insert(QStringLiteral("url"), image->url()); imageMap.insert(QStringLiteral("type"), image->type() == SocialPostImage::Video ? QStringLiteral("video") - : QStringLiteral("image")); + : QStringLiteral("photo")); images.append(imageMap); } |
