kopia lustrzana https://github.com/nextcloud/social
comment until WellKnownNManager is available
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>pull/954/head
rodzic
6d9afed842
commit
67e4dcf8a0
|
|
@ -72,7 +72,8 @@ class Application extends App implements IBootstrap {
|
||||||
* @param IRegistrationContext $context
|
* @param IRegistrationContext $context
|
||||||
*/
|
*/
|
||||||
public function register(IRegistrationContext $context): void {
|
public function register(IRegistrationContext $context): void {
|
||||||
$context->registerEventListener(WellKnownEvent::class, WellKnownListener::class);
|
// TODO: nc21, uncomment
|
||||||
|
// $context->registerEventListener(WellKnownEvent::class, WellKnownListener::class);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Ładowanie…
Reference in New Issue