Remove isMms from MessageId.

This commit is contained in:
Greyson Parrelli
2022-12-14 21:45:52 -05:00
parent 60ae883df6
commit 3850c9c89d
33 changed files with 103 additions and 172 deletions

View File

@@ -40,7 +40,7 @@ class ViewGiftRepository {
}
val messageObserver = DatabaseObserver.MessageObserver {
if (it.mms && messageId == it.id) {
if (messageId == it.id) {
refresh()
}
}