Skip to content

Commit

Permalink
V2.11.1 1298 (#141)
Browse files Browse the repository at this point in the history
* v2.11.0-1298

Signed-off-by: Ludy87 <Ludy87@users.noreply.github.com>

* 🐛 v2.11.1-1298

Signed-off-by: Ludy87 <Ludy87@users.noreply.github.com>

* Update pyxplora_api_async.py

---------

Signed-off-by: Ludy87 <Ludy87@users.noreply.github.com>
  • Loading branch information
Ludy87 authored Dec 2, 2023
1 parent c76fc1d commit 207838e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/pyxplora_api/const_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
VERSION = "2.11.0"
VERSION = "2.11.1"
VERSION_APP = "1298"
2 changes: 1 addition & 1 deletion src/pyxplora_api/pyxplora_api_async.py
Original file line number Diff line number Diff line change
Expand Up @@ -746,6 +746,6 @@ async def set_read_chat_msg(self, wuid: str, msgId: str = "", id: str = ""):
data = await self._gql_handler.setReadChatMsg_a(wuid, msgId, id)
return data

async def refresh_token(self, wuid: str, refresh_token: str = ""):
async def refresh_token(self, wuid: str):
data = await self._gql_handler.refresh_token_a(wuid, self._refresh_token)
return data.get("refreshToken", None)

0 comments on commit 207838e

Please sign in to comment.