Skip to content

Commit

Permalink
Add method and enctype to manifest (mastodon#11767)
Browse files Browse the repository at this point in the history
  • Loading branch information
ykzts authored and hiyuki2578 committed Oct 2, 2019
1 parent ef6f5b9 commit 9312ef6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/serializers/manifest_serializer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ def share_target
{
url_template: 'share?title={title}&text={text}&url={url}',
action: 'share',
method: 'GET',
enctype: 'application/x-www-form-urlencoded',
params: {
title: 'title',
text: 'text',
Expand Down

0 comments on commit 9312ef6

Please sign in to comment.