moment/src/gui/Pages
miruka 63af4be1e2 Defer fetching user profiles for events
Previously, events for which the sender, target (state_key) or remover
was missing from the room members would have their profile fetched
from network when registering the event into models.

This could cause very slow past events loading times for rooms, since
the event registering function (which contained the profile retrieval
directives) is run sequentially event-by-event.

Missing profiles are now lazy-loaded when events come into the
user's view in the QML timeline.
2020-05-20 03:42:40 -04:00
..
AccountSettings Show pages headers to go back to pane when needed 2020-03-19 20:33:46 -04:00
AddAccount Show details when login fails with unknown error 2020-03-29 11:48:04 -04:00
AddChat Show pages headers to go back to pane when needed 2020-03-19 20:33:46 -04:00
Chat Defer fetching user profiles for events 2020-05-20 03:42:40 -04:00
Default.qml Add SPDX ID LGPL v3+ license headers 2019-12-19 07:46:16 -04:00