2
0
JC Brand 3 жил өмнө
parent
commit
4d9c0d3f9a

+ 2 - 1
src/headless/utils/core.js

@@ -24,7 +24,8 @@ export function isEmptyMessage (attrs) {
     return !attrs['oob_url'] &&
         !attrs['file'] &&
         !(attrs['is_encrypted'] && attrs['plaintext']) &&
-        !attrs['message'];
+        !attrs['message'] &&
+        !attrs['body'];
 }
 
 /* We distinguish between UniView and MultiView instances.