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
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
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....