1
0
mirror of https://gitlab.com/comunic/comunicapiv2 synced 2025-06-20 08:35:17 +00:00

Can delete an emoji

This commit is contained in:
2020-04-03 18:55:50 +02:00
parent 8693c1e556
commit 96ab83af7b
4 changed files with 36 additions and 0 deletions

View File

@ -29,4 +29,8 @@ export class CustomEmoji implements CustomEmojiBuilder {
get url() : string {
return pathUserData(this.path, false);
}
get sysPath() : string {
return pathUserData(this.path, true);
}
}