mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-26 12:44:38 +00:00
Update the groups tables to use foreign keys.
This commit is contained in:
@@ -168,7 +168,6 @@ fun groupRecord(
|
||||
avatarId: Long = 1,
|
||||
avatarKey: ByteArray = ByteArray(0),
|
||||
avatarContentType: String = "",
|
||||
relay: String = "",
|
||||
active: Boolean = true,
|
||||
avatarDigest: ByteArray = ByteArray(0),
|
||||
mms: Boolean = false,
|
||||
@@ -184,7 +183,6 @@ fun groupRecord(
|
||||
avatarId,
|
||||
avatarKey,
|
||||
avatarContentType,
|
||||
relay,
|
||||
active,
|
||||
avatarDigest,
|
||||
mms,
|
||||
|
||||
Reference in New Issue
Block a user