Remove unused pre-PNP code

This commit is contained in:
Fedor Indutny 2024-02-16 11:49:48 -08:00 committed by GitHub
parent 0ac65cb22b
commit 16dcf31906
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 7 additions and 70 deletions

View file

@ -1802,9 +1802,7 @@ export async function startApp(): Promise<void> {
try {
// Note: we always have to register our capabilities all at once, so we do this
// after connect on every startup
await server.registerCapabilities({
pni: true,
});
await server.registerCapabilities({});
} catch (error) {
log.error(
'Error: Unable to register our capabilities.',