Don't bump blocks to top of chat list
This commit is contained in:
parent
e67abb1376
commit
88ed60064b
@ -127,7 +127,12 @@ extension TSInteraction {
|
||||
switch self {
|
||||
case let infoMessage as TSInfoMessage:
|
||||
switch infoMessage.messageType {
|
||||
case .typePinnedMessage:
|
||||
case
|
||||
.typePinnedMessage,
|
||||
.blockedOtherUser,
|
||||
.blockedGroup,
|
||||
.unblockedOtherUser,
|
||||
.unblockedGroup:
|
||||
return false
|
||||
default:
|
||||
return shouldAppearInInbox(transaction: transaction)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user