Mauro

Results 77 comments of Mauro

> Capturing the decisions from the sync. with [@americanrefugee](https://github.com/americanrefugee) [@ganfra](https://github.com/ganfra) [@Velin92](https://github.com/Velin92) and [@pixlwave](https://github.com/pixlwave) > > 1. iOS [member list](https://www.figma.com/design/kcnHxunG1LDWXsJhaNuiHz/ER-145--Spaces-on-Element-X?node-id=1062-64568&t=MeigDlWYBIrIv887-4) visuals - we will use the gray background, the rest will...

> I did a quick round of testing with latest nightlies: > > 1. The push notification still says "You have been invited to **room**". The plan was to check...

https://github.com/matrix-org/matrix-rust-sdk/pull/5907 Okay I opened a PR on Rust, this should allow us to distinguish between spaces and rooms from notifications

> I did a quick round of testing with latest nightlies: > > 1. The push notification still says "You have been invited to **room**". The plan was to check...

We had a chat with @amshakal and we decided to simplify the behaviour of tapping a notification a bit, so instead of focusing on the event, we will just open...

We had a chat today and we decided to also focus the event when tapping a notification (regardless if is a thread or not).

The Matrix protocol indeed does already have this feature, however it works in a way were it also deletes the encrypted content on the server, but as of right now...

@VolkerJunginger should we actually display RRs for state events? Web does that and also Android, however this means that if we hide some of the state events in the future...

This could solve the issue: https://github.com/matrix-org/matrix-rust-sdk/issues/3065

Seems to be an issue of the markdown parser the SDK uses.