From f01c121bd4ea34a8200cf189ec49ab52165e48fa Mon Sep 17 00:00:00 2001 From: Pierre HUBERT Date: Tue, 5 May 2020 06:33:26 +0200 Subject: [PATCH] Fix potential issue on next update --- src/controllers/SettingsController.ts | 4 ++++ 1 file changed, 4 insertions(+) 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 } }