famedly / matrix-dart-sdk

Matrix SDK written in pure Dart.
GNU Affero General Public License v3.0
58 stars 31 forks source link

fix: Fetch invite state after restart app #1770

Closed krille-chan closed 4 months ago

krille-chan commented 4 months ago

This makes sure that the users for an invitation are correctly loaded so that we can display the avatar, the room displayname and wether the room is a direct chat or not.

Before:

After app restart invitation looked like this:

Bildschirmfoto vom 2024-04-17 10-41-38

After:

After app restart with this fix:

Bildschirmfoto vom 2024-04-17 10-41-20