Skip to content

Commit

Permalink
add deck and mail to the groupware bundle, remove talk
Browse files Browse the repository at this point in the history
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
  • Loading branch information
schiessle committed Aug 17, 2018
1 parent 3a44cce commit 325e8be
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion lib/private/App/AppStore/Bundles/GroupwareBundle.php
Expand Up @@ -39,7 +39,8 @@ public function getAppIdentifiers() {
return [
'calendar',
'contacts',
'spreed',
'deck',
'mail'
];
}

Expand Down
3 changes: 2 additions & 1 deletion tests/lib/App/AppStore/Bundles/GroupwareBundleTest.php
Expand Up @@ -32,7 +32,8 @@ public function setUp() {
$this->bundleAppIds = [
'calendar',
'contacts',
'spreed',
'deck',
'mail'
];
}
}

0 comments on commit 325e8be

Please sign in to comment.