Matthew Hodgson

Results 552 comments of Matthew Hodgson

0.8.28a has the security fix. We don’t do fdroid builds; the fdroid team does.

no, oversight. have turned on link sharing for the gdoc but don’t have access on figma

badge counts should already be synchronized; sending an RR (not RM) on one device will trigger badge counts to be recalculated and pushed to everyone. Agreed that the unread count...

Progress on this one is actually being tracked at https://github.com/vector-im/riot-web/issues/9631

riot currently displays messages as they are provided by the HS. for /sync this is the order they are received (*not* DAG ordering), for /messages this a linearised view of...

I'm a bit worried that (for a change) the big projects might be eclipsing smaller high-impact E2E fixes. Stuff we might also want to consider includes: * [ ] Hunting...

As per https://github.com/vector-im/riot-meta/issues/158 we concluded that a catch-all "this site uses cookies" on riot-web isn't enough for scalar, especially given it gets entangled with the analytics opt-in logic there. So...

the warning got added in scalar-web, as it's scalar-web which is setting the cookie. if dimension doesn't, then you're fine (unless you want to display the warning on behalf of...

https://github.com/matrix-org/matrix-ios-sdk/blob/develop/MatrixSDK/VoIP/MXCallManager.m#L34 https://github.com/matrix-org/matrix-android-sdk/blob/master/matrix-sdk/src/main/java/org/matrix/androidsdk/call/MXWebRtcCall.java#L602