On a query like:
https://tools.wmflabs.org/interaction-timeline/?wiki=testwiki&user=Test-apples&user=Test-bananas&startDate=1509926400&endDate=1510012799
clicking on "Kansas" on the left will make an API request to:
https://test.wikipedia.org/w/api.php?action=compare&fromrev=338497&torelative=prev&formatversion=2&format=json&origin=*&prop=diff|user|ids
that request returns this warning:
Revision 338497 is the earliest revision of Kansas, there is no revision for "torelative=prev" to compare to.
How should this warning be resolved and still provide the diff in the interface?
If this warning can be disregarded, perhaps it should be info instead of a warning?