You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-03 11:42:39 +03:00
Full Stop.
This commit is contained in:
@ -14,7 +14,8 @@ function textForMemberEvent(ev) {
|
|||||||
// TODO: When we have third_party_invite.display_name we should
|
// TODO: When we have third_party_invite.display_name we should
|
||||||
// do this as "$displayname received the invitation from $sender"
|
// do this as "$displayname received the invitation from $sender"
|
||||||
// or equiv
|
// or equiv
|
||||||
return targetName + " received an invitation from " + senderName;
|
return targetName + " received an invitation from " + senderName +
|
||||||
|
".";
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
return senderName + " invited " + targetName + ".";
|
return senderName + " invited " + targetName + ".";
|
||||||
|
Reference in New Issue
Block a user