From 25ca76ebd4f68d592b1c438a0494fc18fe3eded7 Mon Sep 17 00:00:00 2001 From: "A.Unger" Date: Fri, 2 Jul 2021 13:33:04 +0200 Subject: [PATCH] add changelog --- changelog/unreleased/removed-redundant-init.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 changelog/unreleased/removed-redundant-init.md 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