Fix: Remove the matrix id from the notice display name changed event

This commit is contained in:
Nicolas Mauri
2023-04-25 17:36:06 +02:00
parent 257e256761
commit 53dc32ee57
4 changed files with 7 additions and 1 deletions
@@ -571,7 +571,7 @@ static NSString *const kRepliedTextPattern = @"<mx-reply>.*<blockquote>.*<br>(.*
}
else
{
displayText = [VectorL10n noticeDisplayNameChangedFrom:event.sender :prevDisplayname :displayname];
displayText = [VectorL10n noticeDisplayNameChangedTo:prevDisplayname :displayname];
}
}
}