diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2022-03-24 10:25:42 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-24 10:25:42 -0400 |
commit | 4df10d32148ae29f792afc68ff774bcbd1915cea (patch) | |
tree | 5ab641a1d03b6432bd9d858d2fe84fda3e67b84d /changelog.d | |
parent | Optionally include account validity in MSC3720 account status responses (#12266) (diff) | |
download | synapse-4df10d32148ae29f792afc68ff774bcbd1915cea.tar.xz |
Do not consider events by ignored users for relations (#12285)
Filter the events returned from `/relations` for the requester's ignored users in a similar way to `/messages` (and `/sync`).
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/12227.bugfix | 1 | ||||
-rw-r--r-- | changelog.d/12227.misc | 1 | ||||
-rw-r--r-- | changelog.d/12232.bugfix | 1 | ||||
-rw-r--r-- | changelog.d/12232.misc | 1 | ||||
-rw-r--r-- | changelog.d/12285.bugfix | 1 |
5 files changed, 3 insertions, 2 deletions
diff --git a/changelog.d/12227.bugfix b/changelog.d/12227.bugfix new file mode 100644 index 0000000000..1a7dccf465 --- /dev/null +++ b/changelog.d/12227.bugfix @@ -0,0 +1 @@ +Fix a long-standing bug where events from ignored users were still considered for relations. diff --git a/changelog.d/12227.misc b/changelog.d/12227.misc deleted file mode 100644 index 41c9dcbd37..0000000000 --- a/changelog.d/12227.misc +++ /dev/null @@ -1 +0,0 @@ -Refactor the relations endpoints to add a `RelationsHandler`. diff --git a/changelog.d/12232.bugfix b/changelog.d/12232.bugfix new file mode 100644 index 0000000000..1a7dccf465 --- /dev/null +++ b/changelog.d/12232.bugfix @@ -0,0 +1 @@ +Fix a long-standing bug where events from ignored users were still considered for relations. diff --git a/changelog.d/12232.misc b/changelog.d/12232.misc deleted file mode 100644 index 4a4132edff..0000000000 --- a/changelog.d/12232.misc +++ /dev/null @@ -1 +0,0 @@ -Refactor relations tests to improve code re-use. diff --git a/changelog.d/12285.bugfix b/changelog.d/12285.bugfix new file mode 100644 index 0000000000..1a7dccf465 --- /dev/null +++ b/changelog.d/12285.bugfix @@ -0,0 +1 @@ +Fix a long-standing bug where events from ignored users were still considered for relations. |