Move missed call chat badging to calls tab
This commit is contained in:
parent
e5333546db
commit
8047e9cccd
9 changed files with 45 additions and 28 deletions
|
@ -178,6 +178,7 @@ import { createEventHandler } from './quill/signal-clipboard/util';
|
|||
import { onCallLogEventSync } from './util/onCallLogEventSync';
|
||||
import {
|
||||
getCallsHistoryForRedux,
|
||||
getCallsHistoryUnreadCountForRedux,
|
||||
loadCallsHistory,
|
||||
} from './services/callHistoryLoader';
|
||||
import {
|
||||
|
@ -1187,6 +1188,7 @@ export async function startApp(): Promise<void> {
|
|||
}) {
|
||||
initializeRedux({
|
||||
callsHistory: getCallsHistoryForRedux(),
|
||||
callsHistoryUnreadCount: getCallsHistoryUnreadCountForRedux(),
|
||||
initialBadgesState,
|
||||
mainWindowStats,
|
||||
menuOptions,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue