0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-09-02 16:05:23 +02:00
synapse/changelog.d/10970.misc
Sean Quah b8b905c4ea
Fix inconsistent behavior of get_last_client_by_ip (#10970)
Make `get_last_client_by_ip` return the same dictionary structure
regardless of whether the data has been persisted to the database.

This change will allow slightly cleaner type hints to be applied later
on.
2021-10-12 11:24:05 +01:00

1 line
119 B
Text

Fix inconsistent behavior of `get_last_client_by_ip` when reporting data that has not been stored in the database yet.