Call link call history
This commit is contained in:
parent
ed940f6f83
commit
00d6379bae
29 changed files with 1124 additions and 204 deletions
|
@ -187,6 +187,10 @@ import {
|
|||
getCallsHistoryUnreadCountForRedux,
|
||||
loadCallsHistory,
|
||||
} from './services/callHistoryLoader';
|
||||
import {
|
||||
getCallLinksForRedux,
|
||||
loadCallLinks,
|
||||
} from './services/callLinksLoader';
|
||||
import {
|
||||
getCallIdFromEra,
|
||||
updateLocalGroupCallHistoryTimestamp,
|
||||
|
@ -1105,6 +1109,7 @@ export async function startApp(): Promise<void> {
|
|||
loadStories(),
|
||||
loadDistributionLists(),
|
||||
loadCallsHistory(),
|
||||
loadCallLinks(),
|
||||
window.textsecure.storage.protocol.hydrateCaches(),
|
||||
(async () => {
|
||||
mainWindowStats = await window.SignalContext.getMainWindowStats();
|
||||
|
@ -1155,6 +1160,7 @@ export async function startApp(): Promise<void> {
|
|||
theme: ThemeType;
|
||||
}) {
|
||||
initializeRedux({
|
||||
callLinks: getCallLinksForRedux(),
|
||||
callsHistory: getCallsHistoryForRedux(),
|
||||
callsHistoryUnreadCount: getCallsHistoryUnreadCountForRedux(),
|
||||
initialBadgesState,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue