mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-19 07:58:46 +01:00
Allow adding to a group by phone number
This commit is contained in:
@@ -15,7 +15,7 @@ import { Intl } from '../../../Intl';
|
||||
import { Emojify } from '../../Emojify';
|
||||
import { ContactName } from '../../ContactName';
|
||||
|
||||
type PropsType = {
|
||||
export type StatePropsType = {
|
||||
groupTitle: string;
|
||||
i18n: LocalizerType;
|
||||
makeRequest: () => void;
|
||||
@@ -24,6 +24,8 @@ type PropsType = {
|
||||
selectedContacts: ReadonlyArray<ConversationType>;
|
||||
};
|
||||
|
||||
type PropsType = StatePropsType;
|
||||
|
||||
export const ConfirmAdditionsModal: FunctionComponent<PropsType> = ({
|
||||
groupTitle,
|
||||
i18n,
|
||||
|
||||
Reference in New Issue
Block a user