Fix go to pinned message targeting outgoing messages

This commit is contained in:
Jamie
2026-02-11 09:42:45 -08:00
committed by GitHub
parent 8d2706bf25
commit bb3dfdc8a5
3 changed files with 14 additions and 2 deletions

View File

@@ -895,6 +895,7 @@ type ReadableInterface = {
_getAllReactions: () => Array<ReactionType>;
getMessageByAuthorAciAndSentAt: (
ourAci: AciString,
authorAci: AciString,
sentAtTimestamp: number,
options: { includeEdits: boolean }