See https://secure.phabricator.com/T4058, when I commented I also added myself in to the subscribers. This created 2 transactions but only 1 feed story. I would expect 2 feed stories in this case, or if 1, just the comment.
Description
Description
Revisions and Commits
Revisions and Commits
Status | Assigned | Task | ||
---|---|---|---|---|
Invalid | btrahan | T4058 show user avatar in feed for all or no feed entries. | ||
Resolved | None | T4060 When taking multiple actions in Transactions, feed stories are inconsistenly publised. |
Event Timeline
Comment Actions
The way this is supposed to work now is:
- All the transactions generate a single feed story.
- The story features the "most important" action.
So I'd expect one feed story, but that it should feature the comment, not the CC. This is probably because Maniphest uses custom subscriptions, so the "subscription" part doesn't have the correct (lower) priority, or something like that.
Comment Actions
I'll take a quick look at just fixing this, I'm pretty sure it's legitimately one line (and if I'm wrong, there might be an unrelated bug at play here, which would be good to know about).