mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-02 08:23:00 +01:00
Fix pinned messages with attachments.
This commit is contained in:
committed by
Cody Henthorne
parent
b06783bc90
commit
fce6651e26
@@ -2185,7 +2185,7 @@ open class MessageTable(context: Context?, databaseHelper: SignalDatabase) : Dat
|
||||
} else if (it.isPaymentNotification) {
|
||||
SignalDatabase.payments.updateMessageWithPayment(it) as MmsMessageRecord
|
||||
} else {
|
||||
it as MmsMessageRecord
|
||||
it.withAttachments() as MmsMessageRecord
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user