mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-07-22 20:26:50 +00:00
chat portion of unencrypted open groups
This commit is contained in:
@@ -217,12 +217,12 @@ export const decodeBase64ForUIChatMessages = (messages)=> {
|
||||
try {
|
||||
const decoded = atob(msg?.data);
|
||||
const parseDecoded =JSON.parse(decodeURIComponent(escape(decoded)))
|
||||
if(parseDecoded?.messageText){
|
||||
|
||||
msgs.push({
|
||||
...msg,
|
||||
...parseDecoded
|
||||
})
|
||||
}
|
||||
|
||||
} catch (error) {
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user