Mauro

Results 77 comments of Mauro

I also addd an API here: https://github.com/matrix-org/matrix-rust-sdk/pull/3534 that allows to async load a reply for an event that has not been paginated yet, this is useful to load the reply...

After pairing with @bnjbvr we agreed to fist implement the APIs required to make the draft work and then solve the issue we found caused by the fact that edit...

I already have a simple PR opened for it https://github.com/matrix-org/matrix-rust-sdk/pull/3439

closing since we handled the APIs in the following PR: https://github.com/matrix-org/matrix-rust-sdk/pull/3534 However will open another issue to address the fact that as of right now is impossible to send a...

We are sorry to hear that this issue is still persisting, the thing is that the maintenance of Element is becoming secondary, to give more time to Element X development....

The implementation is done on iOS, but is hidden behind an FF since due to a BE issue the report room API doesn't work properly: quoting @Half-Shot : > The...

Also another thing that I found out is this (added it also to the original issue post) Some read receipts of a user appear multiple times in the timeline, for...

Btw I think the most problematic part about the read receipts not matching the number of other clients such a s web, is that when I send a read receipt,...

this is related to https://github.com/element-hq/element-x-ios/issues/3269

Sadly this is because the old element relied on a full sync, which meant that everything was synced costantly, and everytime you opened up the app it had to fetch...