Page MenuHomePhabricator

Fix issue reported from github
ClosedPublic

Authored by btrahan on Oct 10 2013, 10:05 PM.
Tags
None
Referenced Files
F14841937: D7284.id16398.diff
Sat, Feb 1, 7:40 PM
Unknown Object (File)
Wed, Jan 29, 4:32 AM
Unknown Object (File)
Tue, Jan 21, 9:01 AM
Unknown Object (File)
Sat, Jan 11, 2:15 PM
Unknown Object (File)
Sat, Jan 4, 12:26 AM
Unknown Object (File)
Jan 1 2025, 3:22 PM
Unknown Object (File)
Jan 1 2025, 1:06 AM
Unknown Object (File)
Dec 9 2024, 3:18 PM

Details

Reviewers
epriestley
Commits
Restricted Diffusion Commit
rPdb71bf6128c8: Fix issue reported from github
Summary

we filter the $actors above such that its possible to have no $actor anymore (if $actor is not a deliverable email address). ergo, make sure we have actor before we start calling methods.

Fixes github issue 403

Test Plan

logic on this one - not 100% sure how to easily reproduce

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

Ah, thanks. I took a peek at this and imagined writing a similar patch, but then forgot about it instead. Pretty sure this is the way to go, though.