Add group calling events to the message timeline

This commit is contained in:
Evan Hahn
2020-12-07 14:43:19 -06:00
committed by GitHub
parent a2f285d243
commit 0c039bf431
29 changed files with 1275 additions and 239 deletions

View File

@@ -57,9 +57,6 @@ const {
const {
StagedLinkPreview,
} = require('../../ts/components/conversation/StagedLinkPreview');
const {
getCallingNotificationText,
} = require('../../ts/components/conversation/CallingNotification');
// State
const { createTimeline } = require('../../ts/state/roots/createTimeline');
@@ -310,7 +307,6 @@ exports.setup = (options = {}) => {
ContactModal,
Emojify,
ErrorModal,
getCallingNotificationText,
Lightbox,
LightboxGallery,
MediaGallery,