Edited online authored by ciberkids's avatar ciberkids
......@@ -392,6 +392,18 @@ Answers meaning:
* **youAreAlreadyPriviledged**: You are escalating on yourself, nothing will be done.
Every time something happen server side a notification will be sent on the topic: "com.tridas.priviledged.change" with the following content:
#!json
{
currentEscalatingName: "",
currentPriviledgedName: "Matteo Favaro",
currentPriviledgedUserName: "matteo",
priviledgeWillExpireInSeconds: 900
}
```
-
......
......