famedly / matrix-dart-sdk

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

refactor: Also load lastEvent sender in loadHeroUsers() #1803

Closed krille-chan closed 2 months ago

krille-chan commented 3 months ago

This makes it more easy to load all users necessary to display a nice ListTile in a chat list. This also now checks if there are actually users to load and returns null instead of a future then which would safe one build action in a flutter FutureBuilder which should also safe performance.

krille-chan commented 2 months ago

Found a different solution for this already