We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This could enable a ZeroMail-like experience/ link, that could be shared everywhere to open up the private chat with that user.
If the zite then detects that the said URL is set (e.g. ?PC=[USER_CERT_ID], then the following code just needs to be executed, and the chat is open:
?PC=[USER_CERT_ID]
page.addPrivateContact(cert_user_id, page.genContactsList) page.loadPrivateMessages('selected user', true, cert_user_id) $('#private_recipient').val(cert_user_id)
The text was updated successfully, but these errors were encountered:
Added some nice functions; Completed #97
b1d9fec
Added with commit b1d9fec
Sorry, something went wrong.
AnthyG
No branches or pull requests
This could enable a ZeroMail-like experience/ link, that could be shared everywhere to open up the private chat with that user.
If the zite then detects that the said URL is set (e.g.
?PC=[USER_CERT_ID]
, then the following code just needs to be executed, and the chat is open:The text was updated successfully, but these errors were encountered: