diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2021-09-14 07:09:38 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-14 07:09:38 -0400 |
commit | b996782df51eaa5dd30635a7c59c93994d3a735e (patch) | |
tree | 86cad0cb0e757962a6582c8dea3412d25bccc821 /changelog.d | |
parent | Name the type of token in "Invalid token" messages (#10815) (diff) | |
download | synapse-b996782df51eaa5dd30635a7c59c93994d3a735e.tar.xz |
Convert media repo's FileInfo to attrs. (#10785)
This is mostly an internal change, but improves type hints in the media code.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/10785.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/10785.misc b/changelog.d/10785.misc new file mode 100644 index 0000000000..3d7f91d516 --- /dev/null +++ b/changelog.d/10785.misc @@ -0,0 +1 @@ +Convert the internal `FileInfo` class to attrs and add type hints. |