mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-25 20:23:19 +00:00
Make type a mandatory param on IncomingMessage.
This commit is contained in:
committed by
Nicholas Tinsley
parent
c0fed1498e
commit
617369dbc0
@@ -31,6 +31,7 @@ object TestSms {
|
||||
threadId: Long = 1
|
||||
): Long {
|
||||
val message = IncomingMessage(
|
||||
type = MessageType.NORMAL,
|
||||
from = sender,
|
||||
sentTimeMillis = sentTimestampMillis,
|
||||
serverTimeMillis = serverTimestampMillis,
|
||||
|
||||
Reference in New Issue
Block a user