mirror of
https://github.com/penpot/penpot.git
synced 2025-06-06 19:51:41 +02: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`.
|
- A posible `:page-changes`.
|
||||||
- Broadcast `:joined` message to all users of the file.
|
- 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` ###
|
### `who` ###
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue