diff --git a/docs/99-Collaborative-Edition.md b/docs/99-Collaborative-Edition.md index 3b05c4eed..314e5eb4f 100644 --- a/docs/99-Collaborative-Edition.md +++ b/docs/99-Collaborative-Edition.md @@ -51,6 +51,14 @@ Will cause: - A posible `:page-changes`. - Broadcast `:joined` message to all users of the file. +The `joined` message has this aspect: + +```clojure +{:type :joined + :page-id + :user-id + } +``` ### `who` ###