mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-21 00:48:19 +01:00
Fix pinned messages state syncing
This commit is contained in:
@@ -259,7 +259,7 @@ import {
|
||||
deleteExpiredChatFolders,
|
||||
} from './server/chatFolders.std.js';
|
||||
import {
|
||||
getPinnedMessagesForConversation,
|
||||
getPinnedMessagesPreloadDataForConversation,
|
||||
getNextExpiringPinnedMessageAcrossConversations,
|
||||
appendPinnedMessage,
|
||||
deletePinnedMessageByMessageId,
|
||||
@@ -493,7 +493,7 @@ export const DataReader: ServerReadableInterface = {
|
||||
getAllMegaphones,
|
||||
hasMegaphone,
|
||||
|
||||
getPinnedMessagesForConversation,
|
||||
getPinnedMessagesPreloadDataForConversation,
|
||||
getNextExpiringPinnedMessageAcrossConversations,
|
||||
|
||||
callLinkExists,
|
||||
|
||||
Reference in New Issue
Block a user