You are viewing a single comment's thread from:

RE: SteemPro Introduces Private Messaging – End-to-End Encryption Now Live!

in Steem Dev17 days ago

Good work! I can see from the code that real-time functionality is still not working due to the commented-out code:

handleNewMessage={(newMsg) => {
// setMessages((prev) => [
// ...prev,
// getDecryptedData(credentials?.memo!, newMsg),
// ]);
}}

Is real-time messaging still under test?

Sort:  
 17 days ago (edited)

Did you try?
It should work that piece of code is extra 😉

Loading...