tchapgouv / tchap-android

A matrix client for Android.
https://play.google.com/store/apps/details?id=fr.gouv.tchap.a
Apache License 2.0
19 stars 7 forks source link

[Room Invite] Open the room when the user accepts the invite #233

Closed giomfo closed 2 years ago

giomfo commented 2 years ago

When I accept an invitation to a room, after the invite is processed I would expect to see the room. Instead it is hidden somewhere in my room list, forcing me to use search to find it

This is due to the current implementation in Element-Android (see discussion)

We will temporarily patch Tchap-Android to open the new joined room until Element-Android improves this behaviour.

Claire1817 commented 2 years ago

PR on element: https://github.com/vector-im/element-android/pull/5247

giomfo commented 2 years ago

Will be fixed after a rebase against version >= https://github.com/vector-im/element-android/releases/tag/v1.4.2

giomfo commented 2 years ago

test ok