fixbug: The assumption that messages in 'memory' have been processed has been revoked.

This commit is contained in:
莘权 马 2023-11-30 19:33:27 +08:00
parent 269eee4643
commit 5c149efee7

View file

@ -167,3 +167,6 @@ class QaEngineer(Role):
sent_from=self.profile,
send_to=MESSAGE_ROUTE_TO_NONE,
)
async def _observe(self, ignore_memory=False) -> int:
return await super(QaEngineer, self)._observe(ignore_memory=True)