You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
inbox: Use compareTo rather than subtraction for comparison
The subtraction is fine if there isn't overflow, which should
be impossible for Zulip message IDs. (They need to fit into
54 bits in order to not confuse the web client.)
Still, compareTo feels a bit more explicit about what we mean.
0 commit comments