Fix legacy call-history messages without a callId
Co-authored-by: Scott Nonnenberg <scott@signal.org>
This commit is contained in:
parent
6f0401b847
commit
ef0a3de636
17 changed files with 831 additions and 426 deletions
|
@ -54,7 +54,7 @@ const getOutgoingCallButtonStyle = (
|
|||
|
||||
const conversationCallMode = getConversationCallMode(conversation);
|
||||
switch (conversationCallMode) {
|
||||
case CallMode.None:
|
||||
case null:
|
||||
return OutgoingCallButtonStyle.None;
|
||||
case CallMode.Direct:
|
||||
return OutgoingCallButtonStyle.Both;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue