Page MenuHomePhabricator

get the subscribers of a story or commit
Closed, DuplicatePublic

Description

Lets say A is the author of a commit for which B and C are subscribers. If B raises a concern on the commit, I can get the PHID of A from diffusion.querycommits conduit method. But from the same concern raised story I also want to get the PHID of C since C is a subscriber to the story. In general, I want to be able to get the PHID of all subscribers to the original story every time a concern is raised, a comment is made on the original story. So far, It does not seem possible from the API

Event Timeline

merocastle assigned this task to epriestley.
merocastle raised the priority of this task from to Needs Triage.
merocastle updated the task description. (Show Details)
merocastle added projects: Diffusion, Conduit.
merocastle added a subscriber: merocastle.

I'm going to merge this into T5873, which discusses expanding Conduit to improve support for the "Edge" infrastructure. This includes subscriptions.