mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-27 03:43:27 +01:00
Add receive support for pin/unpin message
This commit is contained in:
@@ -3,7 +3,6 @@
|
||||
|
||||
import type { MessageAttributesType } from '../model-types.js';
|
||||
import type { ConversationType } from '../state/ducks/conversations.preload.js';
|
||||
import type { AciString } from './ServiceId.std.js';
|
||||
|
||||
export type PinnedMessageId = number & { PinnedMessageId: never };
|
||||
|
||||
@@ -11,9 +10,6 @@ export type PinnedMessage = Readonly<{
|
||||
id: PinnedMessageId;
|
||||
conversationId: string;
|
||||
messageId: string;
|
||||
messageSentAt: number;
|
||||
messageSenderAci: AciString;
|
||||
pinnedByAci: AciString;
|
||||
pinnedAt: number;
|
||||
expiresAt: number | null;
|
||||
}>;
|
||||
|
||||
Reference in New Issue
Block a user