mirror of
				https://gitlab.com/comunic/comunicapiv2
				synced 2025-11-04 03:24:04 +00:00 
			
		
		
		
	Ready to implement post deletion
This commit is contained in:
		@@ -478,6 +478,15 @@ export class PostsHelper {
 | 
			
		||||
		})
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	/**
 | 
			
		||||
	 * Delete a post
 | 
			
		||||
	 * 
 | 
			
		||||
	 * @param postID The ID of the post to delete
 | 
			
		||||
	 */
 | 
			
		||||
	public static async Delete(postID: number) {
 | 
			
		||||
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	/**
 | 
			
		||||
	 * Turn a database entry into a row object
 | 
			
		||||
	 * 
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user