Skip to content

Commit 6ecdbdc

Browse files
chrisbobbegnprice
authored andcommitted
compose_box [nfc]: Update some stale issue references
1 parent 6986023 commit 6ecdbdc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/widgets/compose_box.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -480,8 +480,8 @@ Future<void> _uploadFiles({
480480
url = Uri.parse(result.uri);
481481
} catch (e) {
482482
if (!context.mounted) return;
483-
// TODO(#37): Specifically handle `413 Payload Too Large`
484-
// TODO(#37): On API errors, quote `msg` from server, with "The server said:"
483+
// TODO(#741): Specifically handle `413 Payload Too Large`
484+
// TODO(#741): On API errors, quote `msg` from server, with "The server said:"
485485
showErrorDialog(context: context,
486486
title: zulipLocalizations.errorFailedToUploadFileTitle(filename),
487487
message: e.toString());

0 commit comments

Comments
 (0)