Merge pull request #933 from h3poteto/iss-932

refs #932 Fix hashtag when it is fixed
This commit is contained in:
AkiraFukushima 2019-06-03 22:33:13 +09:00 committed by GitHub
commit 9755fe78ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -218,7 +218,7 @@ export default {
}
try {
await this.$store.dispatch('TimelineSpace/Modals/NewToot/postToot', form)
const status = await this.$store.dispatch('TimelineSpace/Modals/NewToot/postToot', form)
this.$store.dispatch('TimelineSpace/Modals/NewToot/updateHashtags', status.tags)
this.close()
} catch (err) {