Convert SignalService, Database, Group, Payment, and other remaining protos to wire.

This commit is contained in:
Cody Henthorne
2023-09-18 15:32:43 -04:00
committed by Alex Hart
parent a6b7d0bcc5
commit efbd5cab85
267 changed files with 7100 additions and 7214 deletions

View File

@@ -168,7 +168,7 @@ sealed class NotificationItem(val threadRecipient: Recipient, protected val reco
.messageRanges
.adjustBodyRanges(updated.bodyAdjustments)
?.run {
rangesList
ranges
.filter { it.style == BodyRangeList.BodyRange.Style.SPOILER }
.sortedBy { it.start }
.reversed()