aboutsummaryrefslogtreecommitdiff
path: root/userapi/internal
diff options
context:
space:
mode:
Diffstat (limited to 'userapi/internal')
-rw-r--r--userapi/internal/api.go5
1 files changed, 0 insertions, 5 deletions
diff --git a/userapi/internal/api.go b/userapi/internal/api.go
index 3e761a88..591faffd 100644
--- a/userapi/internal/api.go
+++ b/userapi/internal/api.go
@@ -796,11 +796,6 @@ func (a *UserInternalAPI) PerformPushRulesPut(
if err := a.InputAccountData(ctx, &userReq, &userRes); err != nil {
return err
}
- if err := a.SyncProducer.SendAccountData(req.UserID, eventutil.AccountData{
- Type: pushRulesAccountDataType,
- }); err != nil {
- util.GetLogger(ctx).WithError(err).Errorf("syncProducer.SendData failed")
- }
return nil
}