Quellcode durchsuchen

Add mentions with post

sbkwgh vor 8 Jahren
Ursprung
Commit
07e0081287
1 geänderte Dateien mit 2 neuen und 1 gelöschten Zeilen
  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