feat: temporarily disable sending events to agent for unassign actions
All checks were successful
Lint and Syntax Check / build (pull_request) Successful in 33s
All checks were successful
Lint and Syntax Check / build (pull_request) Successful in 33s
This commit is contained in:
3
main.py
3
main.py
@@ -344,7 +344,8 @@ def main(args):
|
|||||||
print(f"By: {event_object['sender']}")
|
print(f"By: {event_object['sender']}")
|
||||||
|
|
||||||
# Send to OpenClaw
|
# Send to OpenClaw
|
||||||
sendToAgent(event_object)
|
# sendToAgent(event_object)
|
||||||
|
print("Not sending event to agent, unassinging is too noisy for now, will only send assigned events")
|
||||||
|
|
||||||
return {
|
return {
|
||||||
"_shsf": "v2",
|
"_shsf": "v2",
|
||||||
|
|||||||
Reference in New Issue
Block a user