mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-21 02:08:40 +00:00
Fix story syncing to linked devices.
This commit is contained in:
@@ -349,7 +349,7 @@ class StorySendTable(context: Context, databaseHelper: SignalDatabase) : Databas
|
||||
INNER JOIN ${MessageTable.TABLE_NAME} ON ${MessageTable.TABLE_NAME}.${MessageTable.ID} = $TABLE_NAME.$MESSAGE_ID
|
||||
WHERE $TABLE_NAME.$SENT_TIMESTAMP = ?
|
||||
""",
|
||||
arrayOf(sentTimestamp)
|
||||
sentTimestamp
|
||||
).use { cursor ->
|
||||
val results: MutableMap<RecipientId, SentStorySyncManifest.Entry> = mutableMapOf()
|
||||
while (cursor.moveToNext()) {
|
||||
|
||||
Reference in New Issue
Block a user