fix question answer sender and self-cancel feedback loop
This commit is contained in:
parent
e50173f3e1
commit
d8e64742f4
3 changed files with 31 additions and 12 deletions
|
|
@ -865,7 +865,8 @@ async fn post_cancel_question(
|
|||
true,
|
||||
target.as_deref(),
|
||||
);
|
||||
state.coord.notify_agent(
|
||||
state.coord.notify_agent_from(
|
||||
hive_sh4re::OPERATOR_RECIPIENT,
|
||||
&asker,
|
||||
&hive_sh4re::HelperEvent::QuestionAnswered {
|
||||
id,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue