Rory&
Rory&
I just ran into this while dealing with a user password reset request :/ This behavior is the default and needs to be opted out of on the synapse admin...
Just documenting all the workarounds i've applied under NixOS, as discussed on Discord. DiskProvision - requires Click (ignored shell script): ```sh nix-shell -p python3Packages.click python3 src/main.py ``` -> Possibly could...
**Description:** It would be nice if the room admin API exposed whether a room is tombstoned, possibly including the room it points to so admin tooling can migrate users/dispose of...
### Description Metrics keeps throwing errors from delayed_events for rejected events `synapse.api.errors.NotFoundError: 404: Could not find event $ByeSbu0iUhv0RB4MSH047mwIObVRuHLYspnLZDjklOk` From `events` table: |topological_ordering|event_id|type|room_id|content|unrecognized_keys|processed|outlier|depth|origin_server_ts|received_ts|sender|contains_url|instance_name|stream_ordering|state_key|rejection_reason| |--------------------|--------|----|-------|-------|-----------------|---------|-------|-----|----------------|-----------|------|------------|-------------|---------------|---------|----------------| |17782|$ByeSbu0iUhv0RB4MSH047mwIObVRuHLYspnLZDjklOk|m.room.member|!NasysSDfxKxZBzJJoE:matrix.org|||true|true|17782|1611758224059|1745096815930|@yan:yetanothernerd.xyz|false|event_stream_writer-0|-43538330|@yan:yetanothernerd.xyz|auth_error| ### Steps to reproduce - join...
### Description Synapse appears to incorrectly track whether a room is public. This leads to public rooms being returned from the room list admin api with `"public": false` despite having...
Entities are becommong more and more vile, add an option to put them behind a spoiler to limit exposure
We're aware you may be seeing "Malicious site" warnings when visiting any of our domains. A malicious actor had uploaded malware to spacebar.chat, which caused our domain to get flagged...
### EasyEffects Version 7.2.3 ### What package are you using? NixOS ### Distribution NixOS unstable ### Describe the bug Attaching OBS-studio to the sink's monitor output (to get a stable...
Probably should be something along the lines of a per-request JWT token, with a very short expiry time (ie. 5 minutes), and bound to the requesting IP. IMPLEMENTATION REQUIREMENTS: ~~-...