db/puppet: add contact_info_set flag
Signed-off-by: Sumner Evans <sumner@beeper.com>
This commit is contained in:
@@ -78,6 +78,7 @@ class Puppet(DBPuppet, BasePuppet):
|
||||
avatar_url: ContentURI | None = None,
|
||||
name_set: bool = False,
|
||||
avatar_set: bool = False,
|
||||
contact_info_set: bool = False,
|
||||
is_bot: bool = False,
|
||||
is_channel: bool = False,
|
||||
is_premium: bool = False,
|
||||
@@ -100,6 +101,7 @@ class Puppet(DBPuppet, BasePuppet):
|
||||
avatar_url=avatar_url,
|
||||
name_set=name_set,
|
||||
avatar_set=avatar_set,
|
||||
contact_info_set=contact_info_set,
|
||||
is_bot=is_bot,
|
||||
is_channel=is_channel,
|
||||
is_premium=is_premium,
|
||||
|
||||
Reference in New Issue
Block a user