mirror of
https://github.com/penpot/penpot.git
synced 2025-01-08 07:50:43 -05:00
📚 Update doc.
This commit is contained in:
parent
5d9e1657ba
commit
5fea05bc5f
1 changed files with 8 additions and 0 deletions
|
@ -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` ###
|
||||
|
||||
|
|
Loading…
Reference in a new issue