Remove unused pre-PNP code
This commit is contained in:
parent
0ac65cb22b
commit
16dcf31906
8 changed files with 7 additions and 70 deletions
|
@ -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.',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue