Move link notification to the conversation hero
This commit is contained in:
parent
5f3a62cbb6
commit
2f44e33c9c
26 changed files with 174 additions and 350 deletions
|
@ -1111,16 +1111,6 @@ export async function mergeAccountRecord(
|
|||
|
||||
remotelyPinnedConversations.forEach(conversation => {
|
||||
conversation.set({ isPinned: true, isArchived: false });
|
||||
|
||||
if (
|
||||
window.Signal.Util.postLinkExperience.isActive() &&
|
||||
isGroupV2(conversation.attributes)
|
||||
) {
|
||||
log.info(
|
||||
'mergeAccountRecord: Adding the message history disclaimer on link'
|
||||
);
|
||||
conversation.addMessageHistoryDisclaimer();
|
||||
}
|
||||
updatedConversations.push(conversation);
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue