Skip to content

Commit

Permalink
compose_box [nfc]: Update some stale issue references
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbobbe committed Jun 18, 2024
1 parent db064a0 commit cc11b9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/widgets/compose_box.dart
Original file line number Diff line number Diff line change
Expand Up @@ -480,8 +480,8 @@ Future<void> _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());
Expand Down

0 comments on commit cc11b9f

Please sign in to comment.