Compare commits
	
		
			2 commits
		
	
	
		
			caf5929e6d
			...
			ce4b2c2ad8
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 
							 | 
						ce4b2c2ad8 | ||
| 
							 | 
						db402777cb | 
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -16,7 +16,7 @@ pub async fn db_new_comment(
 | 
			
		|||
    let insert_query = sqlx::query!(
 | 
			
		||||
        "INSERT INTO comments (parent_post_id, parent_comment_id, author_user_id, content) VALUES ($1, $2, $3, $4)",
 | 
			
		||||
        parent_post_id,
 | 
			
		||||
        parent_comment_id.unwrap_or(-1), // This is a bit of a hack
 | 
			
		||||
        parent_comment_id,
 | 
			
		||||
        user_id,
 | 
			
		||||
        content
 | 
			
		||||
    )
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue