From 7e10e89d72cc3a2b5eb314aa76c340793e5e26dd Mon Sep 17 00:00:00 2001 From: Andrew Branson Date: Thu, 12 Feb 2026 15:13:50 +0100 Subject: Add support for text and link sharing in Mastodon transfer plugin --- .../mastodonshareplugin/MastodonShareImage.qml | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 transferengine-plugins/mastodonshareplugin/MastodonShareImage.qml (limited to 'transferengine-plugins/mastodonshareplugin/MastodonShareImage.qml') diff --git a/transferengine-plugins/mastodonshareplugin/MastodonShareImage.qml b/transferengine-plugins/mastodonshareplugin/MastodonShareImage.qml deleted file mode 100644 index 56b4b4b..0000000 --- a/transferengine-plugins/mastodonshareplugin/MastodonShareImage.qml +++ /dev/null @@ -1,10 +0,0 @@ -import QtQuick 2.6 -import Sailfish.Silica 1.0 -import Sailfish.TransferEngine 1.0 - -ShareFilePreview { - id: root - - metadataStripped: true - descriptionPlaceholderText: qsTr("Write a post") -} -- cgit v1.2.3