More phones

merge-requests/30/head
Bob Mottram 2024-01-01 10:43:20 +00:00
parent 23dd24960b
commit bcaa5d83a2
2 changed files with 4 additions and 1 deletions

View File

@ -54,6 +54,7 @@ def _get_decoy_camera(decoy_seed: int) -> (str, str, int):
["Samsung", "Galaxy S10 Plus"], ["Samsung", "Galaxy S10 Plus"],
["Samsung", "Galaxy S10e"], ["Samsung", "Galaxy S10e"],
["Samsung", "Galaxy Z Flip"], ["Samsung", "Galaxy Z Flip"],
["Samsung", "Galaxy A54"],
["Samsung", "Galaxy A51"], ["Samsung", "Galaxy A51"],
["Samsung", "Galaxy S10"], ["Samsung", "Galaxy S10"],
["Samsung", "Galaxy S10 Plus"], ["Samsung", "Galaxy S10 Plus"],
@ -68,6 +69,8 @@ def _get_decoy_camera(decoy_seed: int) -> (str, str, int):
["Samsung", "Note 11 Plus"], ["Samsung", "Note 11 Plus"],
["Samsung", "Note 10"], ["Samsung", "Note 10"],
["Samsung", "Note 10 Plus"], ["Samsung", "Note 10 Plus"],
["Samsung", "Galaxy S23 Ultra"],
["Samsung", "Galaxy S23"],
["Samsung", "Galaxy S22 Ultra"], ["Samsung", "Galaxy S22 Ultra"],
["Samsung", "Galaxy S22"], ["Samsung", "Galaxy S22"],
["Samsung", "Galaxy S21 Ultra"], ["Samsung", "Galaxy S21 Ultra"],

View File

@ -444,7 +444,7 @@ def post_message_to_outbox(session, translate: {},
permitted_outbox_types = ( permitted_outbox_types = (
'Create', 'Announce', 'Like', 'EmojiReact', 'Follow', 'Undo', 'Create', 'Announce', 'Like', 'EmojiReact', 'Follow', 'Undo',
'Update', 'Add', 'Remove', 'Block', 'Delete', 'Skill', 'Ignore', 'Update', 'Add', 'Remove', 'Block', 'Delete', 'Skill', 'Ignore',
'Move' 'Move', 'Edition'
) )
if message_json['type'] not in permitted_outbox_types: if message_json['type'] not in permitted_outbox_types:
if debug: if debug: