fix: User updates are not synced between clients (#6490)

* Add Model.changeset method to get minified changes since last update

* fix: Handle arrays

* Add changes column, types

* test
This commit is contained in:
Tom Moor
2024-02-04 10:36:43 -08:00
committed by GitHub
parent 06ab5e5f44
commit 234613580d
11 changed files with 295 additions and 55 deletions

View File

@@ -184,6 +184,8 @@ export default class DeliverWebhookTask extends BaseTask<Props> {
await this.handleIntegrationEvent(subscription, event);
return;
case "teams.create":
case "teams.delete":
case "teams.destroy":
// Ignored
return;
case "teams.update":