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:
@ -43,4 +43,8 @@ export class ConversationMessage implements ConversationMessageInfo {
|
||||
get imageURL() : string {
|
||||
return pathUserData(this.imagePath);
|
||||
}
|
||||
|
||||
get imageSysPath() : string {
|
||||
return pathUserData(this.imagePath, true);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user