Explorar el Código

Add mentions with post

sbkwgh hace 8 años
padre
commit
07e0081287
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      src/components/routes/ThreadNew.vue

+ 2 - 1
src/components/routes/ThreadNew.vue

@@ -93,7 +93,8 @@
 				}).then(res => {
 					return this.axios.post('/api/v1/post', {
 						threadId: res.data.id,
-						content: this.editor
+						content: this.editor,
+						mentions: this.mentions
 					})
 				}).then(res => {
 					this.loading = false