mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-18 23:49:20 +01:00
Use protopiler for protocol buffers
Co-authored-by: Jamie Kyle <jamie@signal.org>
This commit is contained in:
@@ -207,7 +207,12 @@ export async function deleteStoryForEveryone(
|
||||
{
|
||||
destinationServiceId,
|
||||
timestamp: story.timestamp,
|
||||
storyMessageRecipients: newStoryMessageRecipients,
|
||||
storyMessageRecipients: newStoryMessageRecipients.map(recipient => {
|
||||
return {
|
||||
...recipient,
|
||||
destinationServiceId: recipient.destinationServiceId ?? undefined,
|
||||
};
|
||||
}),
|
||||
},
|
||||
noop
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user