mirror of
https://gitlab.com/comunic/comunicapiv2
synced 2025-07-20 16:45:23 +00:00
Can delete comments
This commit is contained in:
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);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user