mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-22 01:40:07 +01:00
Remove isMms from MessageId.
This commit is contained in:
@@ -40,7 +40,7 @@ class ViewGiftRepository {
|
||||
}
|
||||
|
||||
val messageObserver = DatabaseObserver.MessageObserver {
|
||||
if (it.mms && messageId == it.id) {
|
||||
if (messageId == it.id) {
|
||||
refresh()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user