1
0
mirror of https://gitlab.com/comunic/comunicapiv2 synced 2025-07-20 16:45:23 +00:00

Can delete comments

This commit is contained in:
2020-03-21 08:40:31 +01:00
parent 58c3930ceb
commit db9be6bb31
2 changed files with 32 additions and 1 deletions
src

@@ -36,4 +36,8 @@ export class Comment implements CommentBuilder {
get imageURL() : string {
return pathUserData(this.imagePath);
}
get imageSysPath() : string {
return pathUserData(this.imagePath, true);
}
}