mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-23 09:58:12 +01:00
Add group calling events to the message timeline
This commit is contained in:
@@ -166,6 +166,7 @@ const dataInterface: ClientInterface = {
|
||||
getLastConversationActivity,
|
||||
getLastConversationPreview,
|
||||
getMessageMetricsForConversation,
|
||||
hasGroupCallHistoryMessage,
|
||||
migrateConversationMessages,
|
||||
|
||||
getUnprocessedCount,
|
||||
@@ -1056,6 +1057,12 @@ async function getMessageMetricsForConversation(conversationId: string) {
|
||||
|
||||
return result;
|
||||
}
|
||||
function hasGroupCallHistoryMessage(
|
||||
conversationId: string,
|
||||
eraId: string
|
||||
): Promise<boolean> {
|
||||
return channels.hasGroupCallHistoryMessage(conversationId, eraId);
|
||||
}
|
||||
async function migrateConversationMessages(
|
||||
obsoleteId: string,
|
||||
currentId: string
|
||||
|
||||
Reference in New Issue
Block a user