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:
@@ -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":
|
||||
|
||||
Reference in New Issue
Block a user