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

Remove conversation: Can delete conversation messages

This commit is contained in:
2019-12-07 18:06:41 +01:00
parent c9ee727629
commit 5a253f114c
4 changed files with 78 additions and 0 deletions

View File

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