diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2021-12-15 11:10:02 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-15 11:10:02 -0500 |
commit | 323151b787cbc511919dd54a3acea76dc2ad0603 (patch) | |
tree | 8c5a8de579db53329c35971e1a01f189535b3384 /changelog.d | |
parent | Add experimental support for MSC3202: allowing application services to masque... (diff) | |
download | synapse-323151b787cbc511919dd54a3acea76dc2ad0603.tar.xz |
Convert EventStreamResult to attrs. (#11574)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/11574.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/11574.misc b/changelog.d/11574.misc new file mode 100644 index 0000000000..2b090a3780 --- /dev/null +++ b/changelog.d/11574.misc @@ -0,0 +1 @@ +Convert `EventStreamResult` from a `namedtuple` to `attrs` to improve type hints. |