Simplify getUnreadReactionsAndMarkRead query

This commit is contained in:
trevor-signal
2025-12-05 12:27:07 -05:00
committed by GitHub
parent 465cf7af41
commit c254eab90c
4 changed files with 36 additions and 64 deletions

View File

@@ -488,7 +488,7 @@ export type StoryReadType = Readonly<{
export type ReactionResultType = Pick<
ReactionType,
'targetAuthorAci' | 'targetTimestamp' | 'messageId'
> & { rowid: number };
>;
export type PollVoteReadResultType = {
id: string;