forked from AkkomaGang/akkoma-fe
Add message preset functionality.
This commit is contained in:
parent
3ffb17c0ae
commit
462eeb90b9
1 changed files with 2 additions and 1 deletions
|
@ -32,7 +32,8 @@ const PostStatusForm = {
|
||||||
this.resize(this.$refs.textarea)
|
this.resize(this.$refs.textarea)
|
||||||
},
|
},
|
||||||
data () {
|
data () {
|
||||||
let statusText = ''
|
const preset = this.$route.query.message
|
||||||
|
let statusText = preset || ''
|
||||||
|
|
||||||
if (this.replyTo) {
|
if (this.replyTo) {
|
||||||
const currentUser = this.$store.state.users.currentUser
|
const currentUser = this.$store.state.users.currentUser
|
||||||
|
|
Loading…
Reference in a new issue