This differential updates search header in chat creation on native not to show GENESIS for thick threads.
Details
Details
- Set usingOlmViaTunnelbrokerForDMs to true.
- Start creating a new thread -> "within GENESIS" is NOT displayed
- Enter a list of users whit whom we have a thin chat -> "within GENESIS" IS displayed
- Enter a list of users whit whom we have a thick chat -> "within GENESIS" is NOT displayed
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Branch
- arcpatch-D13267
- Lint
No Lint Coverage - Unit
No Test Coverage
Event Timeline
Comment Actions
@marcin changed a different place than I had in mind, but this made me realise that we call threadTypeIsThick check on a result of pendingThreadType. So the outcome is determined by the flag we use in this pendingThreadType. We should create a proper childThreadType depending on whether we want thick or thin and then use it in ParentThreadHeader