1
0
Fork 0
forked from wry/wry

portal: send toplevel identifier in jay_toplevel

This commit is contained in:
Julian Orth 2024-10-10 12:57:27 +02:00
parent 8d6aaf79a7
commit d4c0fb29ba
7 changed files with 92 additions and 15 deletions

View file

@ -3,3 +3,10 @@ request destroy {
event destroyed {
}
event id (since = 12) {
id: str,
}
event done (since = 12) {
}