Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-02-24 | Upsert room version when we join over federation (#6968) | Richard van der Hoff | 3 | -10/+30 | |
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. | |||||
2020-02-24 | Fix minor issues with email config (#6962) | Richard van der Hoff |