I'm not sure how to test this, so these changes are completely untested at the moment. I'm happy to test them if there's a good way to do so.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
List<int> _getRequestIds(List<LogEntry> entries) {Note that there can be duplicate IDs if the senders are different - probably it should be noted here? Or maybe the function should take a sender ID and only return the IDs where the original request was that sender?
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
The failing tests all pass when I run them locally, so I'm not sure why they're failing on the bots.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Commit-Queue | +1 |
Note that there can be duplicate IDs if the senders are different - probably it should be noted here? Or maybe the function should take a sender ID and only return the IDs where the original request was that sender?
I added a note to that effect to the doc comment.
I believe that it's currently fine to not pass in a sender because I believe that the only entries that will be in the two lists passed to this method will be from the client. But it's good to document that in case the assumption changes in the future.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |