refs #932 Fix hashtag when it is fixed

This commit is contained in:
AkiraFukushima 2019-06-03 22:27:50 +09:00
parent c12a7f1100
commit e4eb81b47b
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) {