famedly / matrix-dart-sdk

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

fix: Requst profiles for left users #1820

Closed krille-chan closed 2 months ago

krille-chan commented 3 months ago

This has been set to false to prevent storing global user profiles as member states in the database. However looks like this is already solved below. We can safely store the profile in the local cache, otherwise we cannot calc the body for an event synchroniously.

closes https://github.com/famedly/product-management/issues/2039

rmoradi88 commented 3 months ago

https://github.com/famedly/matrix-dart-sdk/assets/165782748/3b943426-c650-4eb9-aba2-a1f13b8f1f7a

rmoradi88 commented 3 months ago

After refreshing the page

Screenshot 2024-05-23 at 09 26 53
rmoradi88 commented 3 months ago

After refreshing the page

Screenshot 2024-05-23 at 09 26 53

This is reproducible on main so ignore it :)

krille-chan commented 2 months ago

I've tested this with FluffyChat and so far found no problems 🤔

rmoradi88 commented 2 months ago

I've tested this with FluffyChat and so far found no problems 🤔

Okay could be a network hiccup from my side.