diff --git a/src/controllers/SettingsController.ts b/src/controllers/SettingsController.ts index 55aee86..05751e6 100644 --- a/src/controllers/SettingsController.ts +++ b/src/controllers/SettingsController.ts @@ -327,6 +327,10 @@ export class SettingsController { id: c.id, userID: c.userID, shortcut: c.shortcut, + + // Legacy (deprecated) + shorcut: c.shortcut, + url: c.url } }