Make executeForEveryone and executeForAllGMs execute locally as well. Add executeForOthers and executeForOtherGMs endpoints

This commit is contained in:
2021-04-16 15:41:57 +02:00
parent 326bc0e017
commit 148f442857
3 changed files with 46 additions and 3 deletions

View File

@@ -1,6 +1,10 @@
## In development
### New API endpoints
- Added `executeForOthers` and `executeForOtherGMs` that execute for all users/all GMs except the local client.
### Bugfixes
- `ExecuteAsUser` and `ExecuteForUsers` didn't execute locally if the id of the current user was passed in as recipient.
- `executeAsUser` and `executeForUsers` didn't execute locally if the id of the current user was passed in as recipient.
- `executeForEveryone` and `executeForAllGMs` now execute locally as well, as they should
## 1.0.1