diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2019-07-03 09:31:27 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-03 09:31:27 +0100 |
commit | 91753cae5962a56ce0440b06891f1040ba7582e9 (patch) | |
tree | 8a2e5f3127b652f5b24ad877c0adb18612175d37 /changelog.d | |
parent | Remove SMTP_* env var functionality from docker conf (#5596) (diff) | |
download | synapse-91753cae5962a56ce0440b06891f1040ba7582e9.tar.xz |
Fix a number of "Starting txn from sentinel context" warnings (#5605)
Fixes #5602, #5603
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/5605.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/5605.bugfix b/changelog.d/5605.bugfix new file mode 100644 index 0000000000..4995ba9f68 --- /dev/null +++ b/changelog.d/5605.bugfix @@ -0,0 +1 @@ +Fix a number of "Starting txn from sentinel context" warnings. |