Merge pull request #933 from h3poteto/iss-932
refs #932 Fix hashtag when it is fixed
This commit is contained in:
commit
9755fe78ad
|
@ -218,7 +218,7 @@ export default {
|
||||||
}
|
}
|
||||||
|
|
||||||
try {
|
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.$store.dispatch('TimelineSpace/Modals/NewToot/updateHashtags', status.tags)
|
||||||
this.close()
|
this.close()
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
|
|
Loading…
Reference in New Issue