mirror of
https://gitlab.com/comunic/comunicapiv2
synced 2025-06-20 08:35:17 +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