diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2021-10-19 10:29:03 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-19 14:29:03 +0000 |
commit | 0dd0c40329cf620590b781b13d5b79332581fea7 (patch) | |
tree | bed05a4f4ade07d0519d735cdfad9c570814d90a /changelog.d | |
parent | Fix instances of [example]{.title-ref} in the upgrade notes (#11118) (diff) | |
download | synapse-0dd0c40329cf620590b781b13d5b79332581fea7.tar.xz |
Add missing type hints to event fetching. (#11121)
Updates the event rows returned from the database to be attrs classes instead of dictionaries.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/11121.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/11121.misc b/changelog.d/11121.misc new file mode 100644 index 0000000000..916beeaacb --- /dev/null +++ b/changelog.d/11121.misc @@ -0,0 +1 @@ +Add type hints for event fetching. |