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:
@ -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);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user