-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Only register devices edu handler on the master process #7255
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you please look for what broke it? If it happened in a change that hasn't been released yet (which I think is likely) then the changelog entry should probably be the same as that PR's.
Approving the review because the code lgtm.
This was added 11 months ago: https://github.com/matrix-org/synapse/pull/5727/files#diff-41c6b7a9625f761adf0c8827779cd240R59-R62 So there might've been a deeper change in the |
November 1 is... not 11 months ago. Is it possible it's never worked right, and we're only testing it properly now? |
It came from this commit, though I should've specified: 8d3542a
Always possible! :D |
Synapse 1.12.4rc1 (2020-04-22) ============================== Features -------- - Always send users their own device updates. ([\#7160](#7160)) - Add support for handling GET requests for `account_data` on a worker. ([\#7311](#7311)) Bugfixes -------- - Fix a bug that prevented cross-signing with users on worker-mode synapses. ([\#7255](#7255)) - Do not treat display names as globs in push rules. ([\#7271](#7271)) - Fix a bug with cross-signing devices belonging to remote users who did not share a room with any user on the local homeserver. ([\#7289](#7289))
Synapse v1.12.4 Features: * Always send users their own device updates. (#7160) * Add support for handling GET requests for account_data on a worker. (#7311) Bugfixes: * Fix a bug that prevented cross-signing with users on worker-mode synapses. (#7255) * Do not treat display names as globs in push rules. (#7271) * Fix a bug with cross-signing devices belonging to remote users who did not share a room with any user on the local homeserver. (#7289)
…anoa/temp_working_cache_config * 'release-v1.12.4' of github.com:matrix-org/synapse: (123 commits) 1.12.4 formatting for the changelog 1.12.4rc1 1.12.4rc1 Do not treat display names as globs for push rules. (#7271) Query missing cross-signing keys on local sig upload (#7289) Fix changelog file Support GET account_data requests on a worker (#7311) Revert "Query missing cross-signing keys on local sig upload" Always send the user updates to their own device list (#7160) Query missing cross-signing keys on local sig upload Only register devices edu handler on the master process (#7255) tweak changelog 1.12.3 Fix the debian build in a better way. (#7212) Fix changelog wording 1.12.2 Pin Pillow>=4.3.0,<7.1.0 to fix dep issue 1.12.1 Note where bugs were introduced ...
Fixes #7252