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 eda0f88 commit 100c6a0Copy full SHA for 100c6a0
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