fix: self send emoji reacts notification

pull/638/head
Ryan Zhao 3 years ago
parent ee9d856e3c
commit 42fd617c34

@ -403,7 +403,9 @@ extension MessageReceiver {
case .none: case .none:
break break
} }
SSKEnvironment.shared.notificationsManager?.notifyUser(forReaction: reactMessage, in: thread, transaction: transaction) if message.sender != getUserHexEncodedPublicKey() {
SSKEnvironment.shared.notificationsManager?.notifyUser(forReaction: reactMessage, in: thread, transaction: transaction)
}
return "" return ""
} }
// Parse quote if needed // Parse quote if needed

Loading…
Cancel
Save