Commit 7bcf71e
committed
docs(t3x): record the mobile sendLabel mirror on the ledger
apps/mobile/src/features/threads/composerSendLabel.ts is a logic mirror
and was not on the mirrors table. It does not merely duplicate upstream
logic -- it replaced four upstream lines in ThreadComposer.tsx with a
call, which is the more dangerous shape: a future upstream edit to those
three conditions lands nowhere, because the lines that held them are
gone. Nothing conflicts and nothing fails.
Re-verified against the follow-up merge-base. pingdotgg#5625 rewrote
ThreadComposer.tsx end to end (-124/+57) and left the ternary's
conditions alone, so the helper is still byte-equivalent to what it
replaced.1 parent 3f63d4c commit 7bcf71e
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
184 | 184 | | |
185 | 185 | | |
186 | 186 | | |
| 187 | + | |
187 | 188 | | |
188 | 189 | | |
189 | 190 | | |
| |||
0 commit comments