Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Add default_enable to app
  • Loading branch information
skjnldsv authored Jun 1, 2021
commit 08e289dc4e05a3e2201e1644b51a743671be86b3
3 changes: 1 addition & 2 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ Those groups of users (or "circles") can then be used by any other app for shari
<filesystem/>
<dav/>
</types>

<documentation>
<admin>https://github.com/nextcloud/circles/wiki</admin>
</documentation>
Expand All @@ -30,7 +29,7 @@ Those groups of users (or "circles") can then be used by any other app for shari
<dependencies>
<nextcloud min-version="22" max-version="22"/>
</dependencies>

<default_enable />
<background-jobs>
<job>OCA\Circles\Cron\Maintenance</job>
<!-- <job>OCA\Circles\Cron\ContactsExistingShares</job>-->
Expand Down