-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Mark the shadow_banned column as boolean in synapse_port_db. #8386
Conversation
I could also target |
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.
Might be worth basing off of release-v1.20.0
and merge without squashing in case we do want a v1.20.1?
Might be worth adding an entry with a shadow banned entry to the users table in |
Did not realize this is where that data is stored. I've done the following:
Does this sound sane? It's a binary file so...changes can't really be seen. I'm unsure if this file had some special configuration or anything or if running the |
Sounds sane to me, though I'm not hugely familiar with it. Does this sound sane to you @babolivier ? |
Yep, sounds good to me! |
* commit '31acc5c30': Escape the error description on the sso_error template. (#8405) Fix occasional "Re-starting finished log context" from keyring (#8398) Allow existing users to login via OpenID Connect. (#8345) Fix schema delta for servers that have not backfilled (#8396) Fix MultiWriteIdGenerator's handling of restarts. (#8374) s/URLs/variables in changelog s/accidentally/incorrectly in changelog Update changelog wording Add type annotations to SimpleHttpClient (#8372) Add new sequences to port DB script (#8387) Add EventStreamPosition type (#8388) Mark the shadow_banned column as boolean in synapse_port_db. (#8386)
This fixes #8384, but not the underlying issue of why tests didn't fail.