Skip to content

Commit

Permalink
Include AID parameter in long poll requests
Browse files Browse the repository at this point in the history
  • Loading branch information
tulir committed Jun 15, 2023
1 parent 7d21727 commit 0750af6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion maugclib/channel.py
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ async def _longpoll_request(self) -> None:

self._rid += 1
else:
params.update({"CI": 0, "TYPE": "xmlhttp", "RID": "rpc"})
params.update({"CI": 0, "TYPE": "xmlhttp", "RID": "rpc", "AID": self._aid})

headers = {
"referer": "https://chat.google.com/",
Expand Down

0 comments on commit 0750af6

Please sign in to comment.