Skip to content

Commit 58b6a6a

Browse files
committed
More super props updates
1 parent c3b9ca3 commit 58b6a6a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

discord/utils.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1806,6 +1806,7 @@ async def default(
18061806
'client_build_number': bn,
18071807
'client_event_source': None,
18081808
'has_client_mods': False,
1809+
'client_launch_id': str(uuid.uuid4()),
18091810
'client_heartbeat_session_id': str(uuid.uuid4()),
18101811
}
18111812

@@ -1815,7 +1816,7 @@ async def default(
18151816
super_properties=properties,
18161817
encoded_super_properties=b64encode(_to_json(properties).encode()).decode('utf-8'),
18171818
extra_gateway_properties={
1818-
'client_app_state': None,
1819+
'client_app_state': 'unfocused',
18191820
'is_fast_connect': False,
18201821
},
18211822
)

0 commit comments

Comments
 (0)