mirror of
https://gitlab.com/comunic/comunicapiv2
synced 2025-06-23 18:11:40 +00:00
Fix typo
This commit is contained in:
@ -269,7 +269,7 @@ export class SettingsController {
|
||||
* @param h Request handler
|
||||
*/
|
||||
public static async UploadCustomEmoji(h: RequestHandler) {
|
||||
const shortcut = h.postEmojiShorcut("shortcut");
|
||||
const shortcut = h.postEmojiShortcut("shortcut");
|
||||
|
||||
// Check if the user has already a shortcut with the same name
|
||||
if(await CustomEmojisHelper.HasUserSimilarShorcut(h.getUserId(), shortcut))
|
||||
|
Reference in New Issue
Block a user