mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 12:19:41 +00:00
Remove verbose updateLastMessage logging, fix MediaGallery save
This commit is contained in:
@@ -904,12 +904,6 @@
|
||||
: null,
|
||||
});
|
||||
|
||||
console.log('Conversation: Update last message:', {
|
||||
id: this.idForLogging() || null,
|
||||
messageTimestamp: lastMessageUpdate.timestamp || null,
|
||||
messageType: lastMessageJSON ? lastMessageJSON.type : null,
|
||||
messageSentAt: lastMessageJSON ? lastMessageJSON.sent_at : null,
|
||||
});
|
||||
this.set(lastMessageUpdate);
|
||||
|
||||
if (this.hasChanged('lastMessage') || this.hasChanged('timestamp')) {
|
||||
|
||||
Reference in New Issue
Block a user