1
0
mirror of https://gitlab.com/comunic/comunicapiv2 synced 2025-06-23 18:11:40 +00:00
This commit is contained in:
2020-04-29 16:57:12 +02:00
parent 358e9fd38e
commit 082aa8b967
3 changed files with 6 additions and 6 deletions

View File

@ -282,7 +282,7 @@ export class SettingsController {
const emojiID = await CustomEmojisHelper.Insert(new CustomEmoji({
id: -1,
userID: h.getUserId(),
shorcut: shortcut,
shortcut: shortcut,
path: path
}))
@ -314,7 +314,7 @@ export class SettingsController {
return {
id: c.id,
userID: c.userID,
shorcut: c.shorcut,
shorcut: c.shortcut,
url: c.url
}
}