This differential extracts teh logic that groups notifications message infos by collapse key to lib. This is necessary to have working e2ee notifs for sidebar creation. Without this work we would call notificationsTexts on CREATE_SIDEBAR message data and this crashes the app.
Details
Details
For now test that keyserver notifs are not regressed by this diff.
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
keyserver/src/fetchers/message-fetchers.js | ||
---|---|---|
134–137 ↗ | (On Diff #43555) | Can we avoid having a function that modifies its arguments? This is really bad for maintenance. |
lib/push/send-utils.js | ||
---|---|---|
254–257 | Good catch. Created: https://phab.comm.dev/D13271 to fix. |