-
- Downloads
Fix using dehydrated devices (MSC2697) & refresh tokens (#16288)
Refresh tokens were not correctly moved to the rehydrated device (similar to how the access token is currently handled). This resulted in invalid refresh tokens after rehydration.
Showing
- changelog.d/16288.bugfix 1 addition, 0 deletionschangelog.d/16288.bugfix
- synapse/handlers/device.py 4 additions, 3 deletionssynapse/handlers/device.py
- synapse/storage/databases/main/registration.py 20 additions, 0 deletionssynapse/storage/databases/main/registration.py
- tests/handlers/test_device.py 9 additions, 1 deletiontests/handlers/test_device.py
changelog.d/16288.bugfix
0 → 100644
Please register or sign in to comment