mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-27 11:53:23 +01:00
Simplify getUnreadReactionsAndMarkRead query
This commit is contained in:
@@ -488,7 +488,7 @@ export type StoryReadType = Readonly<{
|
||||
export type ReactionResultType = Pick<
|
||||
ReactionType,
|
||||
'targetAuthorAci' | 'targetTimestamp' | 'messageId'
|
||||
> & { rowid: number };
|
||||
>;
|
||||
|
||||
export type PollVoteReadResultType = {
|
||||
id: string;
|
||||
|
||||
Reference in New Issue
Block a user