Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e163022f authored by moezbhatti's avatar moezbhatti
Browse files

Mark conversation unblocked if blocking manager demands it

parent c5fa1ce0
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -68,6 +68,8 @@ class ReceiveMms @Inject constructor(

                    if (shouldBlock) {
                        conversationRepo.markBlocked(message.threadId)
                    } else {
                        conversationRepo.markUnblocked(message.threadId)
                    }

                    message
+2 −0
Original line number Diff line number Diff line
@@ -68,6 +68,8 @@ class ReceiveSms @Inject constructor(

                    if (shouldBlock) {
                        conversationRepo.markBlocked(message.threadId)
                    } else {
                        conversationRepo.markUnblocked(message.threadId)
                    }

                    message