mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-27 13:40:47 +00:00
Implement group story reply deletion
This commit is contained in:
@@ -32,7 +32,7 @@ export type OwnProps = Readonly<{
|
||||
onClose: () => unknown;
|
||||
onTopOfEverything?: boolean;
|
||||
theme?: Theme;
|
||||
title?: string | React.ReactNode;
|
||||
title?: React.ReactNode;
|
||||
}>;
|
||||
|
||||
export type Props = OwnProps;
|
||||
|
||||
Reference in New Issue
Block a user