Merge branch 'develop' into travis/msc-send-widget-events
This commit is contained in:
commit
94550546eb
107 changed files with 3225 additions and 1480 deletions
|
@ -24,9 +24,9 @@ export class CallHangupEvent implements IPreview {
|
|||
public getTextFor(event: MatrixEvent, tagId?: TagID): string {
|
||||
if (shouldPrefixMessagesIn(event.getRoomId(), tagId)) {
|
||||
if (isSelf(event)) {
|
||||
return _t("You left the call");
|
||||
return _t("You ended the call");
|
||||
} else {
|
||||
return _t("%(senderName)s left the call", {senderName: getSenderName(event)});
|
||||
return _t("%(senderName)s ended the call", {senderName: getSenderName(event)});
|
||||
}
|
||||
} else {
|
||||
return _t("Call ended");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue