Page MenuHomePhabricator

Fix issue reported from github
ClosedPublic

Authored by btrahan on Oct 10 2013, 10:05 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mar 4 2026, 12:01 PM
Unknown Object (File)
Feb 1 2026, 9:32 AM
Unknown Object (File)
Jan 9 2026, 4:47 PM
Unknown Object (File)
Jan 9 2026, 4:46 PM
Unknown Object (File)
Nov 30 2025, 11:19 PM
Unknown Object (File)
Nov 27 2025, 8:23 PM
Unknown Object (File)
Nov 22 2025, 8:37 PM
Unknown Object (File)
Oct 20 2025, 10:56 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.