diff options
author | Brendan Abolivier <babolivier@matrix.org> | 2019-11-07 22:54:56 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-07 22:54:56 +0000 |
commit | 46e5db9eb2afeadfb275c2339885a1f1da839b79 (patch) | |
tree | 5ccef45f7daf938d1968f68b66804b72f5e914e7 /changelog.d | |
parent | Python 3.8 for tox (#6341) (diff) | |
parent | Update synapse/storage/data_stores/main/events_bg_updates.py (diff) | |
download | synapse-46e5db9eb2afeadfb275c2339885a1f1da839b79.tar.xz |
Merge pull request #6310 from matrix-org/babolivier/msc2326_bg_update
MSC2326: Add background update to take previous events into account
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/6310.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6310.feature b/changelog.d/6310.feature new file mode 100644 index 0000000000..78a187a1dc --- /dev/null +++ b/changelog.d/6310.feature @@ -0,0 +1 @@ +Implement label-based filtering on `/sync` and `/messages` ([MSC2326](https://github.com/matrix-org/matrix-doc/pull/2326)). |