mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-22 18:00:02 +01:00
Ensure delivery receipts are sent for 1:1 story replies and reactions.
This commit is contained in:
@@ -14,6 +14,7 @@ sealed class ParentStoryId(protected val id: Long) {
|
||||
|
||||
fun asMessageId(): MessageId = MessageId(abs(id), true)
|
||||
fun isGroupReply() = serialize() > 0
|
||||
fun isDirectReply() = !isGroupReply()
|
||||
|
||||
/**
|
||||
* A parent story who's child should be displayed in a group reply thread.
|
||||
|
||||
Reference in New Issue
Block a user