mirror of
https://github.com/element-hq/synapse.git
synced 2025-03-05 15:37:02 +00:00
The `parse_enum` helper pulls an enum value from the query string (by delegating down to the parse_string helper with values generated from the enum). This is used to pull out "f" and "b" in most places and then we thread the resulting Direction enum throughout more code.
1 line
No EOL
23 B
Text
1 line
No EOL
23 B
Text
Add missing type hints. |