Richard van der Hoff e203874caa
get rid of (most of) have_events from _update_auth_events_and_context_for_auth (#6468)
have_events was a map from event_id to rejection reason (or None) for events
which are in our local database. It was used as filter on the list of
event_ids being passed into get_events_as_list. However, since
get_events_as_list will ignore any event_ids that are unknown or rejected, we
can equivalently just leave it to get_events_as_list to do the filtering.

That means that we don't have to keep `have_events` up-to-date, and can use
`have_seen_events` instead of `get_seen_events_with_rejection` in the one place
we do need it.
2019-12-04 17:27:32 +00:00
..
2019-11-26 14:15:30 +00:00
2019-10-02 05:29:01 -07:00
2019-09-12 11:42:47 +01:00
2019-11-28 11:29:50 +00:00
2019-10-30 14:46:54 +00:00
2019-06-20 19:32:02 +10:00
2019-11-28 20:35:22 +00:00