Skip to content
Snippets Groups Projects
Commit 462eeb90 authored by lain's avatar lain
Browse files

Add message preset functionality.

parent 3ffb17c0
Branches
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment