mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-24 02:18:15 +01:00
Fix pin targeting based on edited timestamp
This commit is contained in:
@@ -869,7 +869,8 @@ type ReadableInterface = {
|
||||
|
||||
getMessageByAuthorAciAndSentAt: (
|
||||
authorAci: AciString,
|
||||
sentAtTimestamp: number
|
||||
sentAtTimestamp: number,
|
||||
options: { includeEdits: boolean }
|
||||
) => MessageType | null;
|
||||
getMessageBySender: (options: {
|
||||
source?: string;
|
||||
|
||||
Reference in New Issue
Block a user