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

Upsert room version when we join over federation #6968

Merged
merged 2 commits into from
Feb 24, 2020

Commits on Feb 21, 2020

  1. Upsert room version when we join over federation

    This is intended as a precursor to storing room versions when we receive an
    invite over federation, but has the happy side-effect of fixing #3374 at last.
    
    In short: change the store_room with try/except to a proper upsert which
    updates the right columns.
    richvdh committed Feb 21, 2020
    Configuration menu
    Copy the full SHA
    f4af879 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2020

  1. add a desc

    richvdh committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    c2a423b View commit details
    Browse the repository at this point in the history