mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-27 14:40:22 +00:00
Add call disposition syncing.
This commit is contained in:
committed by
Greyson Parrelli
parent
d471647e12
commit
06b414f4ef
@@ -137,7 +137,8 @@ object FakeMessageRecords {
|
||||
storyType: StoryType = StoryType.NONE,
|
||||
parentStoryId: ParentStoryId? = null,
|
||||
giftBadge: GiftBadge? = null,
|
||||
payment: Payment? = null
|
||||
payment: Payment? = null,
|
||||
call: CallTable.Call? = null
|
||||
): MediaMmsMessageRecord {
|
||||
return MediaMmsMessageRecord(
|
||||
id,
|
||||
@@ -173,7 +174,8 @@ object FakeMessageRecords {
|
||||
storyType,
|
||||
parentStoryId,
|
||||
giftBadge,
|
||||
payment
|
||||
payment,
|
||||
call
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user