Procházet zdrojové kódy

Add mentions with post

sbkwgh před 8 roky
rodič
revize
07e0081287
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  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