diff --git a/blog.js b/blog.js
index aaaee6f..c2b452f 100644
--- a/blog.js
+++ b/blog.js
@@ -22,9 +22,12 @@ function getReactions(posts,p){
});
}
function printPost(post,roomId,noButton){
+if(post.type != "m.room.message") return false;
+//console.log(post)
+
let body = DOMPurify.sanitize(post.content.formatted_body ?? post.content.body);
body = body.split("\n").join("
");
- table.innerHTML += `