Skip to content

Commit

Permalink
Merge pull request #1163 from i-dot-ai/bugfix/activities-not-per-message
Browse files Browse the repository at this point in the history
Activities are collecting across messages
  • Loading branch information
jamesrichards4 authored Nov 4, 2024
2 parents 333e45f + b39e521 commit c218c23
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions django_app/redbox_app/redbox_core/consumers.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ async def receive(self, text_data=None, bytes_data=None):
self.citations = []
self.external_citations = []
self.route = None
self.activities = []

data = json.loads(text_data or bytes_data)
logger.debug("received %s from browser", data)
Expand Down

0 comments on commit c218c23

Please sign in to comment.