Add message preset functionality.
This commit is contained in:
parent
3ffb17c0ae
commit
462eeb90b9
@ -32,7 +32,8 @@ const PostStatusForm = {
|
||||
this.resize(this.$refs.textarea)
|
||||
},
|
||||
data () {
|
||||
let statusText = ''
|
||||
const preset = this.$route.query.message
|
||||
let statusText = preset || ''
|
||||
|
||||
if (this.replyTo) {
|
||||
const currentUser = this.$store.state.users.currentUser
|
||||
|
Loading…
Reference in New Issue
Block a user