Tienifr
Tienifr
@MonilBhavsar Yes, I'm re-checking my PR and will let you know why it happens asap
Hi @eVoloshchak, I just pushed a new commit to fix the above bug. We need to update pendingFields in success data to fix it. Please help to review it. Thanks...
Hi @MonilBhavsar Please help to take a look at this PR. Thanks so much
## Proposal ### Please re-state the problem that we are trying to solve in this issue. send messages with quote and header (> #test) doesn't display text as header inside...
@Santhosh-Sellavel what about my proposal above: https://github.com/Expensify/App/issues/17367#issuecomment-1511447413. Even though my proposal fix the main issue is quite complex, but I found the problem on LHN in both my solution and...
## Proposal ### Please re-state the problem that we are trying to solve in this issue. The composer is empty if editing the text `[block]` that was sent. ### What...
yeah, agree with @eh2077 đź‘Ť
@eh2077 yeah for that we can strip the HTML but excludes the `` specifically, then we won’t have that problem
@rushatgabhane `` is only used in front end side to replace new lines correctly when convert html to markdown. It won’t be sent to the backend, same as the current...
> Using depends on the well-encoded input html string, so it’s not a robust solution from the beginning. All our HTML tags decoding relies on well-encoded html string. Without well-encoded...