sbkwgh 8 лет назад
Родитель
Сommit
07e0081287
1 измененных файлов с 2 добавлено и 1 удалено
  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