diff --git a/changelog/unreleased/removed-redundant-init.md b/changelog/unreleased/removed-redundant-init.md new file mode 100644 index 0000000000..bc18e89660 --- /dev/null +++ b/changelog/unreleased/removed-redundant-init.md @@ -0,0 +1,5 @@ +Enhancement: Remove unnecessary Service.Init() + +As it turns out oCIS already calls this method. Invoking it twice would end in accidentally resetting values. + +https://github.com/owncloud/ocis/pull/1705