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 6986023 commit 6ecdbdcCopy full SHA for 6ecdbdc
lib/widgets/compose_box.dart
@@ -480,8 +480,8 @@ Future<void> _uploadFiles({
480
url = Uri.parse(result.uri);
481
} catch (e) {
482
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:"
+ // TODO(#741): Specifically handle `413 Payload Too Large`
+ // TODO(#741): On API errors, quote `msg` from server, with "The server said:"
485
showErrorDialog(context: context,
486
title: zulipLocalizations.errorFailedToUploadFileTitle(filename),
487
message: e.toString());
0 commit comments