zulip/zulip-flutter
Uploaded files should prepend a space or newline before `[...](...)`
オープン
#2,227 opened on 2026/03/16
a-composehelp wanted
Repository metrics
- Stars
- (454 個のスター)
- PR merge metrics
- (平均マージ 25d 15h) (30d で 22 merged PRs)
説明
Uploading a file inserts [...](...)\n\n where the cursor is -- with no proceeding whitespace. We should match the web behaviour of adding a newline before (if it's not at the start of a line already) and one one trailing newline.