Correct iconography for missed calls
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
parent
4aa8d8ff21
commit
aedd535c92
2 changed files with 9 additions and 0 deletions
|
@ -191,6 +191,7 @@ export default class CallEvent extends React.Component<IProps, IState> {
|
|||
mx_CallEvent: true,
|
||||
mx_CallEvent_voice: isVoice,
|
||||
mx_CallEvent_video: !isVoice,
|
||||
mx_CallEvent_missed: this.state.callState === CustomCallState.Missed,
|
||||
});
|
||||
|
||||
return (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue