Update release channel with material 3 changes.

This commit is contained in:
Cody Henthorne
2022-06-27 10:10:13 -04:00
parent 8b806a8ac5
commit 7a0bd3315b
7 changed files with 33 additions and 129 deletions

View File

@@ -43,9 +43,9 @@ class InternalSettingsRepository(context: Context) {
body = body,
threadId = threadId,
messageRanges = bodyRangeList.build(),
image = "https://via.placeholder.com/720x480",
imageWidth = 720,
imageHeight = 480
image = "/static/release-notes/signal.png",
imageWidth = 1800,
imageHeight = 720
)
SignalDatabase.sms.insertBoostRequestMessage(recipientId, threadId)