1
0
mirror of https://gitlab.com/comunic/comunicapiv2 synced 2025-06-21 17:15:17 +00:00

Can delete information associated to a post

This commit is contained in:
2020-03-21 08:57:51 +01:00
parent db9be6bb31
commit a1613758e4
3 changed files with 73 additions and 1 deletions

View File

@ -73,6 +73,10 @@ export class PostFile implements PostFileBuilder {
get url() : string {
return pathUserData(this.path)
}
get sysPath() : string {
return pathUserData(this.path, true);
}
}
export interface PostLinkBuilder {