Calling: Show call event summaries in left pane
This commit is contained in:
parent
474d1694ed
commit
eb44e2fc6a
3 changed files with 12 additions and 2 deletions
|
@ -49,6 +49,9 @@ const {
|
|||
const {
|
||||
StagedLinkPreview,
|
||||
} = require('../../ts/components/conversation/StagedLinkPreview');
|
||||
const {
|
||||
getCallingNotificationText,
|
||||
} = require('../../ts/components/conversation/CallingNotification');
|
||||
|
||||
// State
|
||||
const { createTimeline } = require('../../ts/state/roots/createTimeline');
|
||||
|
@ -278,6 +281,7 @@ exports.setup = (options = {}) => {
|
|||
ContactListItem,
|
||||
ConversationHeader,
|
||||
Emojify,
|
||||
getCallingNotificationText,
|
||||
Lightbox,
|
||||
LightboxGallery,
|
||||
MediaGallery,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue