mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 12:19:41 +00:00
Enable click on draft quotes, fetch groups from contact modal
This commit is contained in:
@@ -20,6 +20,7 @@ export type SmartContactModalProps = {
|
||||
readonly removeMember: (conversationId: string) => void;
|
||||
readonly showSafetyNumber: (conversationId: string) => void;
|
||||
readonly toggleAdmin: (conversationId: string) => void;
|
||||
readonly updateSharedGroups: () => void;
|
||||
};
|
||||
|
||||
const mapStateToProps = (
|
||||
|
||||
Reference in New Issue
Block a user