Skip to content

Commit 9312ef6

Browse files
ykztshiyuki2578
authored andcommitted
Add method and enctype to manifest (mastodon#11767)
1 parent ef6f5b9 commit 9312ef6

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

app/serializers/manifest_serializer.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ def share_target
5555
{
5656
url_template: 'share?title={title}&text={text}&url={url}',
5757
action: 'share',
58+
method: 'GET',
59+
enctype: 'application/x-www-form-urlencoded',
5860
params: {
5961
title: 'title',
6062
text: 'text',

0 commit comments

Comments
 (0)