We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbfe7fc commit 7e4c131Copy full SHA for 7e4c131
src/message/fetchActions.js
@@ -374,7 +374,6 @@ export async function fetchServerSettings(realm: URL): Promise<
374
> {
375
try {
376
return { type: 'success', value: await api.getServerSettings(realm) };
377
- // TODO(#5102): Disallow connecting to ancient servers
378
} catch (errorIllTyped) {
379
const error: mixed = errorIllTyped;
380
0 commit comments