Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commits on Sep 22, 2021

  1. Reload auth events from db after fetching and persisting

    In `_update_auth_events_and_context_for_auth`, when we fetch the remote auth
    tree and persist the returned events: load the missing events from the database
    rather than using the copies we got from the remote server.
    
    This is mostly in preparation for additional refactors, but does have an
    advantage in that if we later get around to checking the rejected status, we'll
    be able to make use of it.
    richvdh committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    f2677ce View commit details
    Browse the repository at this point in the history
  2. Factor out _get_remote_auth_chain_for_event from `_update_auth_even…

    …ts_and_context_for_auth`
    richvdh committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    0f41b04 View commit details
    Browse the repository at this point in the history
  3. changelog

    richvdh committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    3c4e359 View commit details
    Browse the repository at this point in the history