support for recipients
This commit is contained in:
parent
a89bde51ab
commit
b5f40c0e45
|
|
@ -26,7 +26,10 @@ class CommentProgressActionService(BaseProgressActionService):
|
||||||
self.progress_action = progress_action
|
self.progress_action = progress_action
|
||||||
|
|
||||||
async def process(self):
|
async def process(self):
|
||||||
payload = {"task_id": self.progress_chain.task_id}
|
payload = {
|
||||||
|
"task_id": self.progress_chain.task_id,
|
||||||
|
"recipients": self.progress_chain.recipients or [],
|
||||||
|
}
|
||||||
|
|
||||||
if self.progress_action.text:
|
if self.progress_action.text:
|
||||||
payload["description"] = self.progress_action.text
|
payload["description"] = self.progress_action.text
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user