mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 17:29:32 +01:00
Display group story notifications if user has reacted or replied.
This commit is contained in:
committed by
Cody Henthorne
parent
c29922a575
commit
25c0dc801f
@@ -43,7 +43,7 @@ object NotificationStateProvider {
|
||||
}
|
||||
|
||||
val hasSelfRepliedToGroupStory = conversationId.groupStoryId?.let {
|
||||
SignalDatabase.mms.hasSelfReplyInGroupStory(it)
|
||||
SignalDatabase.mms.hasGroupReplyOrReactionInStory(it)
|
||||
}
|
||||
|
||||
messages += NotificationMessage(
|
||||
|
||||
Reference in New Issue
Block a user