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 936ab488a7
commit c9a00433d0
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];
}
}
}