1
0
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:
2020-03-20 18:47:28 +01:00
parent 627600685d
commit dfd36ac4e5
3 changed files with 24 additions and 0 deletions

View File

@ -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
*