Skip to content

Commit 8593f5e

Browse files
author
masanbol
committed
Revert "Upgrade new Web Share Target API (mastodon#9963)"
This reverts commit b253d3e.
1 parent 41d7884 commit 8593f5e

1 file changed

Lines changed: 1 addition & 9 deletions

File tree

app/serializers/manifest_serializer.rb

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,6 @@ def scope
5252
end
5353

5454
def share_target
55-
{
56-
url_template: 'share?title={title}&text={text}&url={url}',
57-
action: 'share',
58-
params: {
59-
title: 'title',
60-
text: 'text',
61-
url: 'url',
62-
},
63-
}
55+
{ url_template: 'share?title={title}&text={text}&url={url}' }
6456
end
6557
end

0 commit comments

Comments
 (0)