You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-11-26 17:03:12 +03:00
f1x l1nt
This commit is contained in:
@@ -1145,7 +1145,7 @@ function calculateRoomName(room, userId, ignoreRoomNameEvent) {
|
||||
var thirdPartyInvites =
|
||||
room.currentState.getStateEvents("m.room.third_party_invite");
|
||||
if (thirdPartyInvites) {
|
||||
var name = "Inviting " +
|
||||
var name = "Inviting " +
|
||||
thirdPartyInvites[0].getContent().display_name;
|
||||
if (thirdPartyInvites.length > 1) {
|
||||
if (thirdPartyInvites.length == 2) {
|
||||
|
||||
Reference in New Issue
Block a user