mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-19 07:58:46 +01:00
Send/Receive support for reaction read syncs
This commit is contained in:
11
ts/types/Reactions.ts
Normal file
11
ts/types/Reactions.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
// Copyright 2021 Signal Messenger, LLC
|
||||
// SPDX-License-Identifier: AGPL-3.0-only
|
||||
|
||||
export type ReactionType = Readonly<{
|
||||
conversationId: string;
|
||||
emoji: string;
|
||||
fromId: string;
|
||||
messageReceivedAt: number;
|
||||
targetAuthorUuid: string;
|
||||
targetTimestamp: number;
|
||||
}>;
|
||||
Reference in New Issue
Block a user