mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-24 18:38:15 +01:00
Storage service logging same
This commit is contained in:
@@ -746,6 +746,10 @@ async function getConversationById(
|
||||
) {
|
||||
const data = await channels.getConversationById(id);
|
||||
|
||||
if (!data) {
|
||||
return undefined;
|
||||
}
|
||||
|
||||
return new Conversation(data);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user