diff options
author | Neil Johnson <neil@matrix.org> | 2018-11-20 18:26:59 +0000 |
---|---|---|
committer | Neil Johnson <neil@matrix.org> | 2018-11-20 18:26:59 +0000 |
commit | b240467ea12e84a3ab05a47cc7130db46b5af093 (patch) | |
tree | 9b0b2783f7d4f209f49a1f32e3a0bd6c746215ce | |
parent | fix transaction wrapping bug that caused get_user_id_by_threepid_txn to fail (diff) | |
download | synapse-b240467ea12e84a3ab05a47cc7130db46b5af093.tar.xz |
towncrier
-rw-r--r-- | changelog.d/4211.bugfix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/changelog.d/4211.bugfix b/changelog.d/4211.bugfix new file mode 100644 index 0000000000..376f80c55a --- /dev/null +++ b/changelog.d/4211.bugfix @@ -0,0 +1,2 @@ +fix start up failure when mau_limit_reserved_threepids set and db is postgres + |