diff --git a/modules/features/teamsbot/service.py b/modules/features/teamsbot/service.py index 1dda67db..337f6ce3 100644 --- a/modules/features/teamsbot/service.py +++ b/modules/features/teamsbot/service.py @@ -515,7 +515,7 @@ class TeamsbotService: # attribute audio-stream STT to likely speakers. They are not persisted. if source in ("caption", "speakerHint"): self._registerSpeakerHint(speaker, text) - if source == "speakerHint": + if source in ("caption", "speakerHint"): return # Filter out the bot's own speech entirely — captions of the bot's