Sebastian Spaeth

Results 141 comments of Sebastian Spaeth

Isn't your problem rather than legacy Element Android does not seem to support the use of tokens? `registration_requires_token`. I don't think that legacy Element Android will receive any major updates.

Perhaps rather than locking, the nicer suspend API could be used to temporarily suspend/unsuspend a user ? https://element-hq.github.io/synapse/latest/admin_api/user_admin_api.html#suspendunsuspend-account TBH, I have difficulties remembering the differences between suspending and locking.

AFAIK, there was a fallback in the legacy Android Element client that got removed, which led to replies being missing/invisible. This was fixed in the latest release of legacy Element...

I have been out for 12 years, don't ask me. 🤷‍♂️

> > I have been out for 12 years, don't ask me. 🤷‍♂️ > > Wouldn't it be easy to merge the open PRs and just do a release? No,...

Hi, I am not involved in element-call, but the [selfhosting.md](https://github.com/element-hq/element-call/blob/livekit/docs/self-hosting.md) does contain an explicit example for nginx: ``` location ^~ /livekit/sfu/ { proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For...

What is important that your call to the SFU allows upgrading to a websocket connection, so this is important: ``` proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "upgrade"; ``` If I may...

The self-hosting examples uses LIVEKIT_URL=wss://matrix-rtc.example.com/livekit/sfu so that the SFU endpoint becomes matrix-rtc.example.com/livekit/sfu/sfu/get. Had they only configured LIVEKIT_URL=wss://matrix-rtc.example.com the endpoint would have been matrix-rtc.example.com/sfu/get. Both is equally fine, you just need...

The [duplicate issue report](https://github.com/element-hq/element-x-android/issues/3849) in EXA gives a nice user case. This is about direct calls: ### What would you like to do? When I call someone through Element Call,...

I just used up 60GB of mobile data out of my monthly allowance of 12GB. Outch.