mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-17 15:09:31 +02:00
Merge pull request #7581 from vector-im/stefan/7579
Fix crashes when mentioning users without display names
This commit is contained in:
@@ -65,7 +65,7 @@ class PillTextAttachment: NSTextAttachment {
|
||||
.avatar(url: roomMember.avatarUrl,
|
||||
string: roomMember.displayname,
|
||||
matrixId: roomMember.userId),
|
||||
.text(roomMember.displayname)
|
||||
.text(roomMember.displayname ?? roomMember.userId)
|
||||
],
|
||||
isHighlighted: isHighlighted,
|
||||
alpha: 1.0,
|
||||
|
||||
1
changelog.d/7579.bugfix
Normal file
1
changelog.d/7579.bugfix
Normal file
@@ -0,0 +1 @@
|
||||
Fixed crashes when mentioning users without display names
|
||||
Reference in New Issue
Block a user