Mauro

Results 77 comments of Mauro

The register function returns the granted == true even if the UI is not shown. Which means that as long as the user granted us permission either in the past...

Okay did some investigations and tried to reproduce the issue in the same way it happened initially (all the following steps where done on both the normal release and the...

I have no problem doing so by pressing at the border of the bubble. Is this problem happening in plain mode maybe?

I just tested this and I didn't have any issue, could you provide us with more details on how to reproduce this issue? Did this happen in a room with...

No worries thank you for the extra details! Sadly I still can't reproduce the issue for me the share always displays a preview and reliably pastes/shares the right content, try...

> I think we'll need some icons for those call to actions. We have [these designs](https://www.figma.com/file/0MMNu7cTOzLOlWb7ctTkv3/Element-X?type=design&node-id=1302%3A80673&mode=design&t=cn21D2oQI92tVhWI-1) but they lack the DM one and I think they're a bit outdated? do...

Some roomMembershipChange events coming from the SDK do not return a displayName (it returns as nil) even if the JSON content of the event contains it. For example: `left` and...

``` { "content": { "membership": "leave", "avatar_url": "mxc://matrix.org/kSmRgrCcHHWtCKGogsSvgInx", "displayname": "Maurotest" }, "origin_server_ts": 1718008452870, "sender": "@mauro.romito:element.io", "state_key": "@mauro.devtest:matrix.org", "type": "m.room.member", "unsigned": { "replaces_state": "$LzTHluued3LYQ4lywtkEyuwHtu_BwtMxcsaoX_v172g", "prev_content": { "avatar_url": "mxc://matrix.org/kSmRgrCcHHWtCKGogsSvgInx", "displayname": "Maurotest", "membership":...

Okay by debugging the SDK, and adding a some `info!` traces at this point in the code: https://github.com/matrix-org/matrix-rust-sdk/blob/a6c962b9b0c6a713028522b92f3a95d0cad97dbd/bindings/matrix-sdk-ffi/src/timeline/content.rs#L53-L64 I extracted the following logs for the models coming from the SDK....

I made a lot of progress today and I am able to store and restore messages, and also edit and reply states, I am even able to asynchronously loading reply...