Matthew Hodgson
Matthew Hodgson
they're not hooked up on riot-ios yet either.
I suggest we just have riot set a pushrule to mute the bot before inviting it. (Or we could change the default push rules on synapse to specialcase poor riotbot)
yup, it's completely broken, sadly. it implements matrix's original crypto PoC which was plain double rethet (Olm), similar to Signal. the final e2e implementation is quite different (Megolm) and more...
https://github.com/vector-im/element-web/issues/2713#issuecomment-691480736 gives another possible solution to this: if the servers in the room send lone membership events to the invited server, then the invited server will know who to send...
This is definitely a big improvement, but it's worth noting that it can still jump pretty badly on E2E rooms, especially if they contain code blocks. Theory is that if...
(It's also possible that the bad GCs triggered by https://github.com/vector-im/riot-web/issues/11267 might make this worse). separately, @madduck is seeing something that looks like a really bad instance of this (or a...
@madduck is there any chance of a screencapture showing what the jumps look like? even better if you can DM me FF profiler output too to try to correlate. what...
Lots of reports from mozilla of this being much worse than it should be: > jld When I'm scrolling through a channel in riot-web, sometimes the scroll position will jump...
(rageshake contains more details)
I've chased this down further - it looks to be a regression in https://github.com/vector-im/element-meta/issues/862. The rooms which bubble up are being ordered based on the most recent profile change. However,...