moment/src/gui/MainPane
miruka d127ad978c Correctly handle initial sync member events
Previously, member events in initial syncs (unless user had "hide member
events" and "hide profile events" set to false in their config) were
completely discarded with the help of a sync filter, instead of simply
being hidden like events loaded from room backfilling.

This was done due to the common case of rooms getting only
userconfig-ignored/hidden events on startup (especially with the
low number of initial events requested for lazy initial sync),
and thus having nothing to show as "last message" in
the room list (room delegate subtitles).

Other problems resulted from this, like missing join/leave events
when the config was set to hide profile events but not other
member events, and the "Members not synced" (#54) in encrypted room
with recent discarded member events.

The discarding filter is no longer used. Instead, if a room in the room
list has no visible "last message" and is currently visible to the user,
messages will be lazily fetched until we find something adequate or the
room goes out of view.
2020-07-27 03:59:41 -04:00
..
AccountBar.qml Reorder QML files to follow coding conventions 2020-07-12 01:27:44 -04:00
AccountContextMenu.qml Reorder QML files to follow coding conventions 2020-07-12 01:27:44 -04:00
AccountDelegate.qml Reorder QML files to follow coding conventions 2020-07-12 01:27:44 -04:00
BottomBar.qml Reorder QML files to follow coding conventions 2020-07-12 01:27:44 -04:00
MainPane.qml Add HDrawer.calculatedMinimumSize property 2020-07-14 15:55:19 -04:00
MessageIndicator.qml Reorder QML files to follow coding conventions 2020-07-12 01:27:44 -04:00
RoomDelegate.qml Correctly handle initial sync member events 2020-07-27 03:59:41 -04:00
RoomList.qml Reorder QML files to follow coding conventions 2020-07-12 01:27:44 -04:00
TopBar.qml Make theme file closer to what it was in 0.4.3 2020-05-15 20:56:23 -04:00