mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Do not reset active_at after group fetch
This commit is contained in:
@@ -2826,7 +2826,7 @@ async function updateGroup(
|
||||
// Unknown Group in the left pane.
|
||||
let activeAt = null;
|
||||
if (viaSync) {
|
||||
activeAt = null;
|
||||
activeAt = conversation.get('active_at') || null;
|
||||
} else if ((isInitialDataFetch || justJoinedGroup) && newAttributes.name) {
|
||||
activeAt = initialSentAt;
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user