Add 1.1 api version to handle other attachment types properly
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
@@ -50,7 +50,11 @@ class Capabilities implements ICapability {
|
||||
return [
|
||||
'deck' => [
|
||||
'version' => $this->appManager->getAppVersion('deck'),
|
||||
'canCreateBoards' => $this->permissionService->canCreate()
|
||||
'canCreateBoards' => $this->permissionService->canCreate(),
|
||||
'apiVersions' => [
|
||||
'1.0',
|
||||
'1.1'
|
||||
]
|
||||
]
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user