Commit 24a0e67
committed
fix(mobile): copy rendered Codex directives and drop dead imports
Review follow-ups on the #8584 port. The mobile thread feed carried six
imports from upstream's attachment work, which this fork has not adopted;
three were value imports that would have entered the Metro bundle.
"Copy message" also copied raw directive markup while the same message
rendered as a card or link. It now copies the rendered form through
renderCodexDirectivesForCopy, matching what web already does in
MessagesTimeline.logic. Upstream has the same gap on mobile.1 parent fceae21 commit 24a0e67
1 file changed
Lines changed: 4 additions & 13 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
| 4 | + | |
13 | 5 | | |
14 | 6 | | |
15 | 7 | | |
16 | 8 | | |
17 | | - | |
18 | | - | |
19 | | - | |
| 9 | + | |
20 | 10 | | |
21 | 11 | | |
22 | 12 | | |
| |||
1274 | 1264 | | |
1275 | 1265 | | |
1276 | 1266 | | |
1277 | | - | |
| 1267 | + | |
| 1268 | + | |
1278 | 1269 | | |
1279 | 1270 | | |
1280 | 1271 | | |
| |||
0 commit comments