mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 10:30:38 +00:00
parent
9a4693136d
commit
8e717e00b1
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ public class MessageSendLogStore implements AutoCloseable {
|
||||||
final ServiceId serviceId, final int deviceId, final long timestamp, final boolean isSenderKey
|
final ServiceId serviceId, final int deviceId, final long timestamp, final boolean isSenderKey
|
||||||
) {
|
) {
|
||||||
final var sql = """
|
final var sql = """
|
||||||
SELECT group_id, content, content_hint
|
SELECT group_id, content, content_hint, urgent
|
||||||
FROM %s l
|
FROM %s l
|
||||||
INNER JOIN %s lc ON l.content_id = lc._id
|
INNER JOIN %s lc ON l.content_id = lc._id
|
||||||
WHERE l.uuid = ? AND l.device_id = ? AND lc.timestamp = ?
|
WHERE l.uuid = ? AND l.device_id = ? AND lc.timestamp = ?
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue