Add receive support for pin/unpin message

This commit is contained in:
Jamie
2025-12-04 12:47:19 -08:00
committed by GitHub
parent 1b03cc4b9b
commit efe2c8de71
24 changed files with 861 additions and 97 deletions

View File

@@ -8,6 +8,7 @@ import { isDirectConversation } from './whatTypeOfConversation.dom.js';
const { compact } = lodash;
// TODO(DESKTOP-9497): This will not include `ourAci` in 1:1 chats
export function getConversationMembers(
conversationAttrs: ConversationAttributesType,
options: { includePendingMembers?: boolean } = {}