Ivan Enderlin
Ivan Enderlin
It's the entire migration from SS proxy to SS native project, https://github.com/element-hq/element-meta/issues/2499. I think it's better to close this issue, as it will create duplicated discussions.
@bmarty Does Element X Android support detecting and switching from SS proxy to SSS (MSC3575 MSC4186)?
> But so will we see this anytime soon? Element X iOS (nightly) does already support this yes.
cc @stefanceriu @jmartinesp :-)
> I occasionally got new message notifications, but the sync did not happen at all. It happens to me too. The culprit is the SS proxy for what I'm concerned....
I've fixed my description… we need `is_tombstoned: false`, not `true`. The problem we have is that some users see old rooms that are tombstoned. Since the `is_tombstoned` filter has been...
Tombstone issues have been solved. I don't think Synapse should do anything more.
We filter tombstoned rooms client-side (see [`new_filter_deduplicate_versions`](https://matrix-org.github.io/matrix-rust-sdk/matrix_sdk_ui/room_list_service/filters/fn.new_filter_deduplicate_versions.html)). It's a bit more flexible for us.
What's the status of this PR?
The Matrix Rust SDK part has been done.