The participant list can sometimes be null, which fails when we try to array_fuse() it.
Details
Details
- Reviewers
btrahan - Commits
- Restricted Diffusion Commit
rP803a05082471: Fix an issue with creating new Conpherences
Created a new thread cleanly.
Diff Detail
Diff Detail
- Repository
- rP Phabricator
- Branch
- con1
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 4747 Build 4761: [Placeholder Plan] Wait for 30 Seconds
Event Timeline
Comment Actions
I thought maybe it was possible to fix this in initializeNewThread on ConpherenceThread, then I noticed we also have ConpherenceEditor::createConpherence... Anyway, this works for me.
Comment Actions
Yeah, I figure we can merge some of that stuff and get test coverage on it eventually. I think Conpherence mostly predates the widespread use of initializeNew....