Skip to content

Commit

Permalink
fetchActions [nfc]: Remove already-done TODO about ancient servers 🎉
Browse files Browse the repository at this point in the history
We took care of this in 3b811d6.
  • Loading branch information
chrisbobbe committed Mar 30, 2023
1 parent dbfe7fc commit 7e4c131
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/message/fetchActions.js
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,6 @@ export async function fetchServerSettings(realm: URL): Promise<
> {
try {
return { type: 'success', value: await api.getServerSettings(realm) };
// TODO(#5102): Disallow connecting to ancient servers
} catch (errorIllTyped) {
const error: mixed = errorIllTyped;

Expand Down

0 comments on commit 7e4c131

Please sign in to comment.