mirror of
https://gitlab.com/comunic/comunicapiv2
synced 2025-09-20 14:18:47 +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