summaryrefslogtreecommitdiff
path: root/eventsview-plugins/eventsview-plugin-fediverse/fediversepostsmodel.cpp
diff options
context:
space:
mode:
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);
}