From cc11b9f8967de1b2086d338c3ecc38caa7bbc9ba Mon Sep 17 00:00:00 2001 From: Chris Bobbe Date: Tue, 18 Jun 2024 13:15:05 -0700 Subject: [PATCH] compose_box [nfc]: Update some stale issue references --- lib/widgets/compose_box.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/widgets/compose_box.dart b/lib/widgets/compose_box.dart index 313eedcd8d..5493b83f62 100644 --- a/lib/widgets/compose_box.dart +++ b/lib/widgets/compose_box.dart @@ -480,8 +480,8 @@ Future _uploadFiles({ url = Uri.parse(result.uri); } catch (e) { if (!context.mounted) return; - // TODO(#37): Specifically handle `413 Payload Too Large` - // TODO(#37): On API errors, quote `msg` from server, with "The server said:" + // TODO(#741): Specifically handle `413 Payload Too Large` + // TODO(#741): On API errors, quote `msg` from server, with "The server said:" showErrorDialog(context: context, title: zulipLocalizations.errorFailedToUploadFileTitle(filename), message: e.toString());