feat(event_manager): 添加 ON_NOTICE_RECEIVED 事件到默认事件列表

This commit is contained in:
Windpicker-owo
2025-11-28 13:54:57 +08:00
parent 302d48ff85
commit 6c808d1052

View File

@@ -433,6 +433,7 @@ class EventManager:
EventType.AFTER_LLM,
EventType.POST_SEND,
EventType.AFTER_SEND,
EventType.ON_NOTICE_RECEIVED
]
for event_name in default_events: