diff --git a/docs/megolm.rst b/docs/megolm.rst
index 49293492b4aa7ebf13ef0bce4a5e2eb80c275bf3..56e5f1d8a862741175d56779dbfe70757677888a 100644
--- a/docs/megolm.rst
+++ b/docs/megolm.rst
@@ -274,6 +274,16 @@ bytes preceding the signature.
 Limitations
 -----------
 
+Message Replays
+---------------
+
+A message can be decrypted successfully multiple times. This means that a MITM
+server can send multiple copies of a message and they will successfully decrypt.
+
+To mitigate this it is recomendend that applications track the message indicies
+they have recieved and that they reject messages with indicies that they've
+already decrypted.
+
 Lack of Transcript Consistency
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~