Fix pin targeting based on edited timestamp

This commit is contained in:
Jamie
2026-01-21 09:45:51 -08:00
committed by GitHub
parent 50793418a2
commit 5f8208a012
4 changed files with 31 additions and 9 deletions

View File

@@ -869,7 +869,8 @@ type ReadableInterface = {
getMessageByAuthorAciAndSentAt: (
authorAci: AciString,
sentAtTimestamp: number
sentAtTimestamp: number,
options: { includeEdits: boolean }
) => MessageType | null;
getMessageBySender: (options: {
source?: string;