diff options
| author | lain <lain@soykaf.club> | 2020-05-17 07:27:07 +0000 |
|---|---|---|
| committer | lain <lain@soykaf.club> | 2020-05-17 07:27:07 +0000 |
| commit | bc9ed3642441fa77900d4698eebf8cd6380ccaaa (patch) | |
| tree | 4e9f459ffaf85a8661d579258ffa334f20bb9a41 /src/components/post_status_form | |
| parent | 671ecfb1521ab3ff4f853671866ac189a64aadf5 (diff) | |
| parent | 9c7cb3a95431bbea44391f79da465f77565a4b49 (diff) | |
Merge branch 'feat/add-embed-relationships' into 'develop'
Add `with_relationships` query param
Closes #838
See merge request pleroma/pleroma-fe!1107
Diffstat (limited to 'src/components/post_status_form')
| -rw-r--r-- | src/components/post_status_form/post_status_form.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/post_status_form/post_status_form.js b/src/components/post_status_form/post_status_form.js index 74067fef..a98e1e31 100644 --- a/src/components/post_status_form/post_status_form.js +++ b/src/components/post_status_form/post_status_form.js @@ -102,7 +102,7 @@ const PostStatusForm = { ...this.$store.state.instance.customEmoji ], users: this.$store.state.users.users, - updateUsersList: (input) => this.$store.dispatch('searchUsers', input) + updateUsersList: (query) => this.$store.dispatch('searchUsers', { query }) }) }, emojiSuggestor () { |
