From f9a01cdd69d04a972c5d8611ba58237c9fefc336 Mon Sep 17 00:00:00 2001 From: Andrew Branson Date: Thu, 19 Feb 2026 13:21:57 +0100 Subject: Use shared buteo-common, and separate notifications --- eventsview-plugins/eventsview-plugin-mastodon/mastodon-delegate.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'eventsview-plugins') diff --git a/eventsview-plugins/eventsview-plugin-mastodon/mastodon-delegate.qml b/eventsview-plugins/eventsview-plugin-mastodon/mastodon-delegate.qml index 59006fb..4049d56 100644 --- a/eventsview-plugins/eventsview-plugin-mastodon/mastodon-delegate.qml +++ b/eventsview-plugins/eventsview-plugin-mastodon/mastodon-delegate.qml @@ -36,7 +36,7 @@ SocialMediaAccountDelegate { delegate: MastodonFeedItem { downloader: delegateItem.downloader imageList: FeedUtils.variantRole(model, ["images", "mediaAttachments", "media"], undefined) - avatarSource: FeedUtils.normalizeAvatarUrl(FeedUtils.stringRole(model, ["icon", "avatar", "avatarUrl"], "")) + avatarSource: FeedUtils.stringRole(model, ["icon", "avatar", "avatarUrl"], "") fallbackAvatarSource: FeedUtils.stringRole(model, ["icon", "avatar", "avatarUrl"], "") resolvedStatusUrl: delegateItem.authorizeInteractionUrl(model) postId: FeedUtils.stringRole(model, ["mastodonId", "statusId", "id", "twitterId"], "") -- cgit v1.2.3