Page MenuHomePhabricator

Fix an issue with creating new Conpherences
ClosedPublic

Authored by epriestley on Mar 4 2015, 10:27 PM.
Tags
None
Referenced Files
F18819995: D11969.diff
Oct 22 2025, 11:41 AM
F18741259: D11969.id.diff
Oct 2 2025, 9:55 AM
F18736002: D11969.diff
Oct 1 2025, 4:24 AM
F18405168: D11969.diff
Aug 29 2025, 11:10 PM
F18102111: D11969.id28817.diff
Aug 9 2025, 6:15 PM
F17945601: D11969.id28818.diff
Jul 31 2025, 12:43 PM
F17925165: D11969.id.diff
Jul 30 2025, 11:05 AM
F17896268: D11969.diff
Jul 29 2025, 6:54 AM
Subscribers

Details

Reviewers
btrahan
Commits
Restricted Diffusion Commit
rP803a05082471: Fix an issue with creating new Conpherences
Summary

The participant list can sometimes be null, which fails when we try to array_fuse() it.

Test Plan

Created a new thread cleanly.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

epriestley retitled this revision from to Fix an issue with creating new Conpherences.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: btrahan.
btrahan edited edge metadata.

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.

This revision is now accepted and ready to land.Mar 4 2015, 10:35 PM
This revision was automatically updated to reflect the committed changes.

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....