This differential repeats functionality implemented in parent differential but for badgeOnly notifications.
Details
Details
The same as for parent differential but for badgeOnly notifs.
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
keyserver/src/push/send.js | ||
---|---|---|
1576 ↗ | (On Diff #33071) | Can you add a Flow annotation to this collection to save me some work on the Flow upgrade? |
1590 ↗ | (On Diff #33071) | Why is the variable still named deliveryPromise? |
1707 ↗ | (On Diff #33071) | Please separate out the .flat() call – await should appear as the first keyword in a statement, or as the first keyword on the right hand side of an assignment. Always avoid adding calls after the await on the same line like this |
keyserver/src/push/send.js | ||
---|---|---|
1695–1710 ↗ | (On Diff #33117) | Seems like these maps can be combined |