-
Notifications
You must be signed in to change notification settings - Fork 50
Closed
Description
I've got two thoughts on Notification.data.
- Let's limit it to persistent notifications. Since there are no onshow/onclose events anymore it doesn't add any value to non-persistent ones.
- Do we want to impose a maximum size for the data payload? I'm hearing the theoretical concern of people storing loads (>megabytes) of data in there.
I'm not a fan of arbitrary limits, but it does make sense to do so in order to prevent abuse. I expect our implementation to impose a limit of sorts, but am not sure yet where to draw the line.
Metadata
Metadata
Assignees
Labels
No labels