morguldir
morguldir
That's legacy SSO from my understanding, still interesting though
Here's a failed run with debug logging https://github.com/morguldir/conduwuit/actions/runs/9771677418/job/26975127257 Also changing to v5.1.0 like @Munksgaard did fixed it, even when the cache was made with v5.2.1: https://github.com/morguldir/conduwuit/actions/runs/9771781896/job/26975369404
So I had set background tasks to the same worker as my user-events-persister (presence, to-device, receipts, etc), which due to presence probably never has a second free to run background...
Fyi It was dropped here https://github.com/matrix-org/matrix-appservice-irc/releases/tag/2.0.0
https://github.com/matrix-org/synapse/issues/14481 unfortunately making your room invite only (even for a short period) has a high chance of damaging the room
> Hello and thank you for your interest! > > The initial release is targeting datacenter GPUs and use-cases, and has several display-related features missing, including GSync. Please consult the...
Same as https://github.com/element-hq/element-x-ios/issues/2066, basically the counts are from your server and synapse still rarely returns an incorrect badge count Element Web doesn’t use push so it won't be affected
When you remove a node you also end up with an even amount of nodes, and with 2 nodes the quorum is 2, so until you deploy the new node,...
I don't think anyone missed that, adding an even amount of etcd nodes is a large footgun, so i understand not wanting to add any form of support for it...
I see there's already a more lax struct here https://github.com/ruma/ruma/blob/ruma-state-res-0.11.0/crates/ruma-state-res/src/event_auth.rs#L151-L154, should this be exposed somewhere maybe? Like you said in some cases failing to parse is just not acceptable That...