mirror of
https://gitlab.com/comunic/comunicapiv2
synced 2024-11-21 21:09:22 +00:00
Fix potential issue on next update
This commit is contained in:
parent
6d225354ce
commit
f01c121bd4
@ -327,6 +327,10 @@ export class SettingsController {
|
||||
id: c.id,
|
||||
userID: c.userID,
|
||||
shortcut: c.shortcut,
|
||||
|
||||
// Legacy (deprecated)
|
||||
shorcut: c.shortcut,
|
||||
|
||||
url: c.url
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user