mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-22 09:49:30 +01:00
Add support for general media attachments to release notes channel messages.
This commit is contained in:
committed by
Greyson Parrelli
parent
98dfd5bfbf
commit
43fe789807
@@ -43,9 +43,9 @@ class InternalSettingsRepository(context: Context) {
|
||||
body = body,
|
||||
threadId = threadId,
|
||||
messageRanges = bodyRangeList.build(),
|
||||
image = "/static/release-notes/signal.png",
|
||||
imageWidth = 1800,
|
||||
imageHeight = 720
|
||||
media = "/static/release-notes/signal.png",
|
||||
mediaWidth = 1800,
|
||||
mediaHeight = 720
|
||||
)
|
||||
|
||||
SignalDatabase.messages.insertBoostRequestMessage(recipientId, threadId)
|
||||
|
||||
Reference in New Issue
Block a user