Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-07-30 | Fix error handling when fetching remote device keys | Erik Johnston | 1 | -3/+1 | |
2019-07-30 | Remove non-functional 'expire_access_token' setting (#5782) | Richard van der Hoff | 8 | -37/+9 | |
The `expire_access_token` didn't do what it sounded like it should do. What it actually did was make Synapse enforce the 'time' caveat on macaroons used as access tokens, but since our access token macaroons never contained such a caveat, it was always a no-op. (The code |