mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-24 18:38:15 +01:00
Show additional data in debug log header
This commit is contained in:
@@ -263,6 +263,8 @@ const dataInterface: ClientInterface = {
|
||||
insertJob,
|
||||
deleteJob,
|
||||
|
||||
getStatisticsForLogging,
|
||||
|
||||
// Test-only
|
||||
|
||||
_getAllMessages,
|
||||
@@ -1638,3 +1640,7 @@ async function updateAllConversationColors(
|
||||
customColorData
|
||||
);
|
||||
}
|
||||
|
||||
function getStatisticsForLogging(): Promise<Record<string, string>> {
|
||||
return channels.getStatisticsForLogging();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user