aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav/appinfo/info.xml
diff options
context:
space:
mode:
authorRoeland Jago Douma <rullzer@users.noreply.github.com>2019-01-09 10:03:23 +0100
committerGitHub <noreply@github.com>2019-01-09 10:03:23 +0100
commit8593edd66d31e5121b3f770853dcc9256c0bc42a (patch)
treeb9fe4127677b79695c0d1849f64fdc7a3433629c /apps/dav/appinfo/info.xml
parent1c5e43ff8e9bddd67662a634ffedb13a5e1734f5 (diff)
parent9f2d14447ff1f9212ead7fc5c4c98126b7f36452 (diff)
downloadnextcloud-server-8593edd66d31e5121b3f770853dcc9256c0bc42a.tar.gz
nextcloud-server-8593edd66d31e5121b3f770853dcc9256c0bc42a.zip
Merge pull request #13430 from nextcloud/bugfix/13331/respect-classification-of-calendar-events-in-activity-stream
Respect classification of calendar events in activity stream
Diffstat (limited to 'apps/dav/appinfo/info.xml')
-rw-r--r--apps/dav/appinfo/info.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/dav/appinfo/info.xml b/apps/dav/appinfo/info.xml
index 9d6522e50b3..0ef960b0173 100644
--- a/apps/dav/appinfo/info.xml
+++ b/apps/dav/appinfo/info.xml
@@ -31,6 +31,7 @@
<step>OCA\DAV\Migration\CalDAVRemoveEmptyValue</step>
<step>OCA\DAV\Migration\BuildCalendarSearchIndex</step>
<step>OCA\DAV\Migration\RefreshWebcalJobRegistrar</step>
+ <step>OCA\DAV\Migration\RemoveClassifiedEventActivity</step>
</post-migration>
<live-migration>
<step>OCA\DAV\Migration\ChunkCleanup</step>