Will Hunt

Results 361 comments of Will Hunt

The Do Not Disturb mode on gnome is the dconf setting `/org/gnome/desktop/notifications/show-banners`. Element notifs should already be blocked by the setting, but sounds won't be. We will need to find...

https://github.com/vector-im/element-desktop/pull/133 should hopefully address folks on GNOME

(FYI, the only code I can think of that acts similar and is OSS is the mumble overlay code) You'd be looking at writing some OpenGL & DirectX injection code...

Hi folks, to address a few of the things raised here. Formally Matrix is moving to a model where all media is authenticated, and the bridge tries not to diverge...

Ah well that's easy, *this* project doesn't have one yet. #bridges:matrix.org is sorta used sometimes, but we probably need a dedicated room.

I wonder if we need logging here that lists the API response for devices. I couldn't tell you if this is an Android browser bug or an EC one. And...

>When there is a Matrix user and IRC user by the same nickname, messages from the IRC user don't come through. As it stands, the bridge does not support multiple...

Hey 👋 , just wanted to weigh in as one of the developers poking at MSC4155. >I spent some time researching this tonight. I saw that element-web and element synapse...

I'm minded to take some time out this week to investigate what can be done in Element Web to help. Currently chatting with Product/T&S to see if we can figure...

@MatMaul We can use https://github.com/matrix-org/matrix-spec-proposals/pull/2666 (which incidentally is implemented in Synapse) so it's possible to trivially check if you share any rooms with the inviter, so doing the check client...