Renamed database classes to table classes.

Because they're not databases. They're tables.
This commit is contained in:
Greyson Parrelli
2022-11-29 10:47:12 -05:00
committed by Cody Henthorne
parent b190f9495a
commit 7949996c5c
382 changed files with 3420 additions and 3464 deletions

View File

@@ -1,7 +1,7 @@
package org.thoughtcrime.securesms.releasechannel
import org.thoughtcrime.securesms.attachments.PointerAttachment
import org.thoughtcrime.securesms.database.MessageDatabase
import org.thoughtcrime.securesms.database.MessageTable
import org.thoughtcrime.securesms.database.SignalDatabase
import org.thoughtcrime.securesms.database.model.StoryType
import org.thoughtcrime.securesms.database.model.databaseprotos.BodyRangeList
@@ -30,7 +30,7 @@ object ReleaseChannel {
serverUuid: String? = UUID.randomUUID().toString(),
messageRanges: BodyRangeList? = null,
storyType: StoryType = StoryType.NONE
): MessageDatabase.InsertResult? {
): MessageTable.InsertResult? {
val attachments: Optional<List<SignalServiceAttachment>> = if (image != null) {
val attachment = SignalServiceAttachmentPointer(