This commit is contained in:
kaatt
2022-12-21 18:21:22 +05:30
committed by Adhiraj Singh
parent 004bb98b59
commit 39bd5b1c94

View File

@@ -576,7 +576,7 @@ export const normalizeMessageContent = (content: WAMessageContent | null | undef
for(;;) {
const [key] = Object.keys(content!)
const inner = content![key].message
if(!inner) {
if(inner) {
content = inner
} else {
break