From c907a97583ae1a2a5d03a07f555f6f62ebacb94d Mon Sep 17 00:00:00 2001 From: Carl Schwan Date: Tue, 23 Jun 2026 16:21:59 +0200 Subject: [PATCH] doc: Add IRootFolder/Emitter change Signed-off-by: Carl Schwan --- developer_manual/release_notes/critical_changes.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/developer_manual/release_notes/critical_changes.rst b/developer_manual/release_notes/critical_changes.rst index 9e4e05b7db8..4324de57996 100644 --- a/developer_manual/release_notes/critical_changes.rst +++ b/developer_manual/release_notes/critical_changes.rst @@ -49,3 +49,4 @@ Removed back-end APIs - All the deprecated methods of ``\OCP\Calendar\Resource\IManager`` and ``\OCP\Calendar\Room\IManager`` were deprecated since Nextcloud 24 and were removed without replacement. - The ``\OCP\Collaboration\AutoComplete\AutoCompleteEvent`` event was deprecated since Nextcloud 28 and was removed with ``OCP\Collaboration\AutoComplete\AutoCompleteFilterEvent`` as replacement; +- ``\OCP\Files\IRootFolder`` does not publicly implement the deprecated and private ``OC\Hooks\Emitter`` interface anymore. The private implementations still do, but support might be removed at any moment without notice. The replacement for the hooks provided by ``IRootFolder`` are the node events defined in the ``OCP\Files\Events\Node`` namespace.