You are viewing a single comment's thread from:
RE: SteemPro Introduces Private Messaging – End-to-End Encryption Now Live!
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?
Did you try?
It should work that piece of code is extra 😉