diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2023-10-17 08:47:42 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-17 12:47:42 +0000 |
commit | 6ad1f9eac2c5ffc496597acbc5728482441c64c7 (patch) | |
tree | 48292d27b2e1e0e1867bed22f580b5b53273c851 /changelog.d | |
parent | Fix a bug where servers could be marked as up when they were failing (#16506) (diff) | |
download | synapse-6ad1f9eac2c5ffc496597acbc5728482441c64c7.tar.xz |
Convert DeviceLastConnectionInfo to attrs. (#16507)
To improve type safety & memory usage.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/16507.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/16507.misc b/changelog.d/16507.misc new file mode 100644 index 0000000000..93ceaeafc9 --- /dev/null +++ b/changelog.d/16507.misc @@ -0,0 +1 @@ +Improve type hints. |