Fixed typo
All checks were successful
git.cronocide.net/bluebubbles-bot/pipeline/head This commit looks good
All checks were successful
git.cronocide.net/bluebubbles-bot/pipeline/head This commit looks good
This commit is contained in:
parent
51ab9bf575
commit
1464b23d8c
@ -82,7 +82,7 @@ class PersonaSkill(PersonaBaseSkill) :
|
||||
self.enabled_chats.remove(message.chat_identifier)
|
||||
return False
|
||||
if message.meta['isFromMe'] :
|
||||
if self.respond_to_self and (self.respond_to_self in [sender] + message.recipients) :
|
||||
if self.respond_to_self and (self.respond_to_self in list(set([sender] + message.recipients))) :
|
||||
return True
|
||||
else :
|
||||
return False
|
||||
|
Loading…
Reference in New Issue
Block a user