Kim Brose
Kim Brose
I'm not a matrix spokesperson or professional dev, but hobby enthusiast, but based on what I learned trying to implement [e2ee for a matrix bot](https://github.com/i10b/simplematrixbotlib/pull/79/files) the following is at least...
yes, but note there's a place this is referenced that isn't in 436.
looks like they are, this is the MSC the synapse sample config file links to https://github.com/matrix-org/matrix-doc/blob/babolivier/password-policy/proposals/2000-password-policies.md
ftr, a workaround for now is to inhibit idle while jelly is running/visible/etc (consult your local sway.5 manpage), e.g. add `for_window [app_id="org.jellyfin.jellyfinmediaplayer"] inhibit_idle visible` to your sway config, which will...
Hello @blakadder @tthk, can you please provide a link to where this missing documentation was added? I can not find any recently added info about the "DisplayMode 11" generic common...
Sounds like a great way to handle things :+1: > blakadder closed this as completed You could at least have closed it as wontfix then.
I would prefer being able to open it in a regular pdf viewer, as I can with "normal" annotations.
I have worked around this in my downstream project, including some explanation of what goes wrong https://github.com/HarHarLinks/matrix-webhook-receiver/commit/d26bd4ceda41940987c2528b63e35c61a2aca3af
I think `store_local`, `store_remote`, and `store_synchronous` are actually used by synapse to decide on whether to dispatch storing to either local or remote storage provider. See the "documentation" in the...
 an exact match especially of the display name should certainly rank higher than a substring match of the mxid/alias server part. i don't think the server part should match...