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

Pass room version object into event_auth.check and check_redaction #6788

Merged
merged 3 commits into from
Jan 28, 2020

Commits on Jan 27, 2020

  1. Pass room version object into event_auth.check and check_redaction

    These are easier to work with than the strings and we normally have one around.
    
    This fixes `FederationHander._persist_auth_tree` which was passing a
    RoomVersion object into event_auth.check instead of a string.
    richvdh committed Jan 27, 2020
    Configuration menu
    Copy the full SHA
    14493b4 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2020

  1. Configuration menu
    Copy the full SHA
    34e1f79 View commit details
    Browse the repository at this point in the history
  2. fix imports

    richvdh committed Jan 28, 2020
    Configuration menu
    Copy the full SHA
    d728c1e View commit details
    Browse the repository at this point in the history