Page MenuHomePhabricator

Restore missing feed rendering for Maniphest points transactions
ClosedPublic

Authored by epriestley on May 25 2017, 8:04 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Jan 30, 2:22 AM
Unknown Object (File)
Tue, Jan 28, 2:39 AM
Unknown Object (File)
Tue, Jan 28, 2:39 AM
Unknown Object (File)
Tue, Jan 28, 2:39 AM
Unknown Object (File)
Sat, Jan 25, 2:48 PM
Unknown Object (File)
Fri, Jan 24, 9:19 PM
Unknown Object (File)
Fri, Jan 24, 9:19 PM
Unknown Object (File)
Fri, Jan 24, 9:18 PM
Subscribers
None

Details

Summary

See downstream https://phabricator.wikimedia.org/T166321. These got dropped in refactoring, or maybe never existed.

Test Plan

Screen Shot 2017-05-25 at 1.03.20 PM.png (412×543 px, 56 KB)

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Pretty sure never existed.

This revision is now accepted and ready to land.May 25 2017, 8:32 PM
This revision was automatically updated to reflect the committed changes.

T12787 shed some light on this: previously, we used shouldHideFromFeed() to hide these stories completely.

ManiphestTaskPointsTransaction faithfully ported this over, but it doesn't currently work in ModularTransactions, so the previously hidden stories became visible.

I could go either way on continuing to publish these. I'm just going to leave them for the moment (and remove the inoperative shouldHideForFeed()) but we could completely hide them again in the future if they turn out to be too noisy.