Rename isCurrentUser to isHighlighted

This commit is contained in:
aringenbach
2022-05-05 15:28:04 +02:00
parent c8a9f90007
commit 07b2ddc4a9
6 changed files with 28 additions and 19 deletions
@@ -33,7 +33,7 @@ import UIKit
}
view = PillAttachmentView(withRoomMember: roomMember,
isCurrentUser: textAttachment.isCurrentUser)
isHighlighted: textAttachment.isHighlighted)
view?.alpha = textAttachment.alpha
}
}