mirror of
https://github.com/Sneed-Group/pypush-plus-plus
synced 2024-12-23 11:22:42 -06:00
add old identity style to make mac happy
This commit is contained in:
parent
28f2072ae6
commit
c5acfbb7c5
1 changed files with 1 additions and 1 deletions
|
@ -163,7 +163,7 @@ def register(
|
||||||
# },
|
# },
|
||||||
"client-data": {
|
"client-data": {
|
||||||
"supports-ack-v1": True,
|
"supports-ack-v1": True,
|
||||||
#"public-message-identity-key": identity.encode(),
|
"public-message-identity-key": identity.encode(),
|
||||||
"supports-update-attachments-v1": True,
|
"supports-update-attachments-v1": True,
|
||||||
"supports-keep-receipts": True,
|
"supports-keep-receipts": True,
|
||||||
"supports-people-request-messages-v2": True,
|
"supports-people-request-messages-v2": True,
|
||||||
|
|
Loading…
Reference in a new issue