mirror of
https://github.com/langgenius/dify.git
synced 2026-05-02 16:38:04 +08:00
add app state update
This commit is contained in:
@ -207,6 +207,8 @@ def handle_collaboration_event(sid, data):
|
||||
Handle general collaboration events, include:
|
||||
1. mouseMove
|
||||
2. varsAndFeaturesUpdate
|
||||
3. syncRequest(ask leader to update graph)
|
||||
4. appStateUpdate
|
||||
|
||||
"""
|
||||
mapping = redis_client.get(f"ws_sid_map:{sid}")
|
||||
|
||||
Reference in New Issue
Block a user