mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-19 16:19:33 +01:00
Fix various issues with release notes channel.
This commit is contained in:
@@ -24,6 +24,8 @@ object ReleaseChannel {
|
||||
body: String,
|
||||
threadId: Long,
|
||||
image: String? = null,
|
||||
imageWidth: Int = 0,
|
||||
imageHeight: Int = 0,
|
||||
serverUuid: String? = UUID.randomUUID().toString(),
|
||||
messageRanges: BodyRangeList? = null
|
||||
): MessageDatabase.InsertResult? {
|
||||
@@ -36,8 +38,8 @@ object ReleaseChannel {
|
||||
null,
|
||||
Optional.absent(),
|
||||
Optional.absent(),
|
||||
0,
|
||||
0,
|
||||
imageWidth,
|
||||
imageHeight,
|
||||
Optional.absent(),
|
||||
Optional.of(image),
|
||||
false,
|
||||
|
||||
Reference in New Issue
Block a user