Skip to content

Commit 7e4c131

Browse files
committed
fetchActions [nfc]: Remove already-done TODO about ancient servers 🎉
We took care of this in 3b811d6.
1 parent dbfe7fc commit 7e4c131

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/message/fetchActions.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,6 @@ export async function fetchServerSettings(realm: URL): Promise<
374374
> {
375375
try {
376376
return { type: 'success', value: await api.getServerSettings(realm) };
377-
// TODO(#5102): Disallow connecting to ancient servers
378377
} catch (errorIllTyped) {
379378
const error: mixed = errorIllTyped;
380379

0 commit comments

Comments
 (0)