Skip to content

Commit

Permalink
feat(privacy): streamline the structure of privacy related events (#6451
Browse files Browse the repository at this point in the history
)
  • Loading branch information
aweiss-dev authored Aug 12, 2024
1 parent a822cc9 commit b0a1bb5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions packages/webapp-events/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -199,9 +199,11 @@ export const WebAppEvents = {
PREVIEWS: {
SEND: 'wire.webapp.properties.update.previews.send',
},
PRIVACY: 'wire.webapp.properties.update.privacy',
PRIVACY: {
TELEMETRY_SHARING: 'wire.webapp.properties.update.privacy.telemetry_sharing',
MARKETING_CONSENT: 'wire.webapp.properties.update.privacy.marketing_consent',
},
SOUND_ALERTS: 'wire.webapp.properties.update.sound_alerts',
TELEMETRY_SHARING: 'wire.webapp.properties.update.telemetry_sharing',
},
UPDATED: 'wire.webapp.properties.updated',
},
Expand Down

0 comments on commit b0a1bb5

Please sign in to comment.