Page media in Lightbox
This commit is contained in:
parent
03697f66e7
commit
5dff1768bd
16 changed files with 603 additions and 395 deletions
|
@ -41,15 +41,13 @@ async function cleanupStoryReplies(
|
|||
): Promise<void> {
|
||||
const { messageId, receivedAt } = pagination || {};
|
||||
|
||||
const replies = await window.Signal.Data.getOlderMessagesByConversation(
|
||||
const replies = await window.Signal.Data.getOlderMessagesByConversation({
|
||||
conversationId,
|
||||
{
|
||||
includeStoryReplies: false,
|
||||
messageId,
|
||||
receivedAt,
|
||||
storyId,
|
||||
}
|
||||
);
|
||||
includeStoryReplies: false,
|
||||
messageId,
|
||||
receivedAt,
|
||||
storyId,
|
||||
});
|
||||
|
||||
if (!replies.length) {
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue