This differential enables encrypted notifications coalescing on the keyserver. Based on the code version of the client it is decided whether coalescible
notifications is going to be encrypted or not.
Details
Details
- Build iOS app.
- Open mariadb shell and execute select * from olm_sessions;. Remember the version column value of the last session.
- Send a couple of collapsible notifications.
- Execute select * from olm_sessions;. Ensure last session version column value didn't change.
- Update FUTURE_CODE_VERSION to 0.
- Send a couple of collapsible notifications. Ensure that coalescing takes place.
- Execute select * from olm_sessions;. Ensure last session version column value increased by the number of sent notifications.
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
No Lint Coverage - Unit
No Test Coverage