this differential removes unecessary warnings. We don't have to check if notification exceeds FCM/APN size limits after messageInfos removal. The reason for this is that we construct notification body based on ResolvedNotifTexts, which trims
texts in notification: https://github.com/CommE2E/comm/blob/master/lib/shared/notif-utils.js#L50-L57.
Details
Details
- Build iOS and Android apps.
- Send large (more than 8000 characters) notification from web.
- Ensure that notification is displayed on both devices.
- Kill keyserver.
- Open both apps.
- Ensure notifications weren't persisted (since no messageInfos).
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
No Lint Coverage - Unit
No Test Coverage