mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
ConversationView: Improve types
This commit is contained in:
@@ -341,7 +341,9 @@ export async function joinViaLink(hash: string): Promise<void> {
|
||||
|
||||
window.log.info(`joinViaLink/${logId}: Showing modal`);
|
||||
|
||||
let groupV2InfoDialog = new window.Whisper.ReactWrapperView({
|
||||
let groupV2InfoDialog:
|
||||
| Backbone.View
|
||||
| undefined = new window.Whisper.ReactWrapperView({
|
||||
className: 'group-v2-join-dialog-wrapper',
|
||||
JSX: window.Signal.State.Roots.createGroupV2JoinModal(window.reduxStore, {
|
||||
join,
|
||||
|
||||
Reference in New Issue
Block a user