Update post-form.tag
This commit is contained in:
		
							parent
							
								
									48812ad2e0
								
							
						
					
					
						commit
						c6085f7c21
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -268,7 +268,7 @@
 | 
			
		|||
			this.api('posts/create', {
 | 
			
		||||
				text: this.refs.text.value,
 | 
			
		||||
				media_ids: files,
 | 
			
		||||
				reply_to_id: this.inReplyToPost ? this.inReplyToPost.id : undefined,
 | 
			
		||||
				reply_to_id: opts.reply ? opts.reply.id : undefined,
 | 
			
		||||
				poll: this.poll ? this.refs.poll.get() : undefined
 | 
			
		||||
			}).then(data => {
 | 
			
		||||
				this.trigger('post');
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue