mirror of
https://gitlab.com/comunic/comunicapiv2
synced 2025-09-18 21:28:47 +00:00
Can delete information associated to a post
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user