mirror of https://gitlab.com/bashrc2/epicyon
More phones
parent
23dd24960b
commit
bcaa5d83a2
3
city.py
3
city.py
|
@ -54,6 +54,7 @@ def _get_decoy_camera(decoy_seed: int) -> (str, str, int):
|
|||
["Samsung", "Galaxy S10 Plus"],
|
||||
["Samsung", "Galaxy S10e"],
|
||||
["Samsung", "Galaxy Z Flip"],
|
||||
["Samsung", "Galaxy A54"],
|
||||
["Samsung", "Galaxy A51"],
|
||||
["Samsung", "Galaxy S10"],
|
||||
["Samsung", "Galaxy S10 Plus"],
|
||||
|
@ -68,6 +69,8 @@ def _get_decoy_camera(decoy_seed: int) -> (str, str, int):
|
|||
["Samsung", "Note 11 Plus"],
|
||||
["Samsung", "Note 10"],
|
||||
["Samsung", "Note 10 Plus"],
|
||||
["Samsung", "Galaxy S23 Ultra"],
|
||||
["Samsung", "Galaxy S23"],
|
||||
["Samsung", "Galaxy S22 Ultra"],
|
||||
["Samsung", "Galaxy S22"],
|
||||
["Samsung", "Galaxy S21 Ultra"],
|
||||
|
|
|
@ -444,7 +444,7 @@ def post_message_to_outbox(session, translate: {},
|
|||
permitted_outbox_types = (
|
||||
'Create', 'Announce', 'Like', 'EmojiReact', 'Follow', 'Undo',
|
||||
'Update', 'Add', 'Remove', 'Block', 'Delete', 'Skill', 'Ignore',
|
||||
'Move'
|
||||
'Move', 'Edition'
|
||||
)
|
||||
if message_json['type'] not in permitted_outbox_types:
|
||||
if debug:
|
||||
|
|
Loading…
Reference in New Issue