diff options
author | Brendan Abolivier <babolivier@matrix.org> | 2019-06-14 13:18:24 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-14 13:18:24 +0100 |
commit | d0530382eeff053547304532167c0e4654af172c (patch) | |
tree | 016b1211405a9c68292bb9ce0470183ab6cff825 /changelog.d | |
parent | Merge pull request #5458 from matrix-org/hawkowl/fix-prometheus (diff) | |
download | synapse-d0530382eeff053547304532167c0e4654af172c.tar.xz |
Track deactivated accounts in the database (#5378)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/5378.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/5378.misc b/changelog.d/5378.misc new file mode 100644 index 0000000000..365e49d634 --- /dev/null +++ b/changelog.d/5378.misc @@ -0,0 +1 @@ +Track deactivated accounts in the database. |