summaryrefslogtreecommitdiff
path: root/eventsview-plugins/eventsview-plugin-fediverse/fediversepostsmodel.cpp
diff options
context:
space:
mode:
authorAndrew Branson <andrew.branson@jolla.com>2026-04-06 13:20:06 +0200
committerAndrew Branson <andrew.branson@jolla.com>2026-04-06 13:20:06 +0200
commit5fb6483eb3674ff42ba7022127425ef7e7a9432f (patch)
treea4d6456d04945ae3497bd96b6a0236db6ae70a12 /eventsview-plugins/eventsview-plugin-fediverse/fediversepostsmodel.cpp
parenta35c9fa159173388d88ef77e1d31f53488aad094 (diff)
FediverseHEADmaster
Diffstat (limited to 'eventsview-plugins/eventsview-plugin-fediverse/fediversepostsmodel.cpp')
-rw-r--r--eventsview-plugins/eventsview-plugin-fediverse/fediversepostsmodel.cpp2
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);
}