files_downloadactivity icon indicating copy to clipboard operation
files_downloadactivity copied to clipboard

Update Application.php

Open ReneFloitgraf opened this issue 1 year ago • 1 comments
trafficstars

Should help make the app compatible to nextcloud 28...

Old: $eventDispatcher = $context->getServerContainer()->getEventDispatcher();

New: $eventDispatcher = $this->getContainer()->query(IEventDispatcher::class);

And addListener updated. See: https://docs.nextcloud.com/server/stable/developer_manual/basics/events.html

Seems to work. Please correct, if I am wrong.

ReneFloitgraf avatar Jun 13 '24 11:06 ReneFloitgraf