mirror of
https://gitlab.com/comunic/comunicapiv2
synced 2026-01-13 04:40:18 +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