fix(gateway): scope queued context references

This commit is contained in:
kshitijk4poor 2026-07-11 23:23:57 +05:30 committed by kshitij
parent 37a942650f
commit ff84e3f7d5

View file

@ -19885,7 +19885,7 @@ class GatewayRunner(GatewayAuthorizationMixin, GatewayKanbanWatchersMixin, Gatew
session_key or "?",
exc_info=True,
)
next_message = await self._prepare_inbound_message_text(
next_message = await self._prepare_profile_scoped_inbound_message_text(
event=pending_event,
source=next_source,
history=updated_history,