Skip to content

Commit

Permalink
feat: fix flow start on the new room list
Browse files Browse the repository at this point in the history
  • Loading branch information
helllllllder committed Mar 11, 2024
1 parent 3755104 commit cd63b43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions chats/apps/api/v1/projects/viewsets.py
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,8 @@ def start_flow(self, request, *args, **kwargs):

if chats_flow_start.room:
create_room_feedback_message(room, feedback, method="fs")
room.is_waiting = True
room.save()
room.notify_room("update")
return Response(flow_start, status.HTTP_200_OK)

Expand Down
1 change: 0 additions & 1 deletion chats/apps/api/v1/rooms/viewsets.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
F,
Max,
Q,
Sum,
Value,
When,
)
Expand Down

0 comments on commit cd63b43

Please sign in to comment.