feat(apps): add user param to update app call (#32719)
Co-authored-by: Douglas Gubert <1810309+d-gubert@users.noreply.github.com>pull/32749/head^2
parent
bed824fe91
commit
b8e5887fb9
@ -0,0 +1,13 @@ |
||||
--- |
||||
"@rocket.chat/meteor": patch |
||||
"@rocket.chat/apps": patch |
||||
"@rocket.chat/core-services": patch |
||||
"@rocket.chat/core-typings": patch |
||||
"@rocket.chat/fuselage-ui-kit": patch |
||||
"@rocket.chat/rest-typings": patch |
||||
"@rocket.chat/ddp-streamer": patch |
||||
"@rocket.chat/presence": patch |
||||
"rocketchat-services": patch |
||||
--- |
||||
|
||||
Added the `user` param to apps-engine update method call, allowing apps' new `onUpdate` hook to know who triggered the update. |
||||
Loading…
Reference in new issue