delete command message

This commit is contained in:
array-in-a-matrix 2023-11-05 19:45:57 -05:00
parent 08531f40a8
commit 22f34f4bdc

View file

@ -19,6 +19,7 @@ client.on("room.message", (roomId, event) => {
"rel_type": "m.annotation"
}
})
client.redactEvent(roomId, event["event_id"], "Reaction command.")
}
})