diff --git a/routes/status.cpp b/routes/status.cpp index 26aae22..e23d2bb 100644 --- a/routes/status.cpp +++ b/routes/status.cpp @@ -95,7 +95,7 @@ static inline Nodes generate_ogp_nodes(const httplib::Request& req, const Post& const char* type = !post.sensitive && has_video ? "video" - : !post.sensitive && has_image ? "image" : "article"; + : !post.sensitive && has_image ? "photo" : "article"; nodes.push_back(Element("meta", {{"property", "og:type"}, {"content", type}}, {})); return nodes;