Hans
Hans
Yeah, I can see the role value for group chat, but I don't think we have `Auditor` role inside a group chat right? Because we only have auditor role inside...
All good! Can you trigger a build @dangrous?
Thanks, @bernhardoj 's [proposal here](https://github.com/Expensify/App/issues/53000#issuecomment-2496081137) looks good and tests well! 🎀 👀 🎀 C+ reviewed
# BugZero Checklist: - [x] **[Contributor]** Classify the bug: Bug classification Source of bug: - [ ] 1a. Result of the original design (eg. a case wasn't considered) - [x]...
Hey @roryabraham, I believe this issue is a regression from your [recent PR](https://github.com/Expensify/App/pull/39024), do you want to fix this as a separate issue or treat it as a regression? Revert...
Thanks, @nkdengineer. I'm not convinced by the solution of moving the updating optimisticData after `SequentialQueue.push(request)`. Also, it didn't work when you turned off and then turned on your internet connection...
Can you please link that similar issue here? > Hello @hungvu193 > > Can you please hold this issue on another similar issue? > > Thanks
Awesome, @strepanier03 let's put this on hold for https://github.com/Expensify/App/issues/39432
hold for https://github.com/Expensify/App/issues/39432
@nyomanjyotisa Are you sure? If you used nullish coalescing operator, it's only return the right-hand side operand if the left-hand side is null or undefined. ```javascript setIsLoading(Number.isNaN(status.durationMillis) ?? status.positionMillis >...