0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-08 07:50:43 -05:00

📚 Update doc.

This commit is contained in:
Andrey Antukh 2020-01-07 23:03:19 +01:00
parent 5d9e1657ba
commit 5fea05bc5f

View file

@ -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 <id>
:user-id <id>
}
```
### `who` ###