Skip to content

Commit

Permalink
Revert "Upgrade new Web Share Target API (mastodon#9963)"
Browse files Browse the repository at this point in the history
This reverts commit b253d3e.
  • Loading branch information
masanbol committed Feb 3, 2019
1 parent 41d7884 commit 8593f5e
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions app/serializers/manifest_serializer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,6 @@ def scope
end

def share_target
{
url_template: 'share?title={title}&text={text}&url={url}',
action: 'share',
params: {
title: 'title',
text: 'text',
url: 'url',
},
}
{ url_template: 'share?title={title}&text={text}&url={url}' }
end
end

0 comments on commit 8593f5e

Please sign in to comment.