format
This commit is contained in:
@@ -412,7 +412,7 @@ export function ComposeOverlay({
|
|||||||
setStepSync,
|
setStepSync,
|
||||||
createChildParticle,
|
createChildParticle,
|
||||||
cancel,
|
cancel,
|
||||||
handleQuotaError
|
handleQuotaError,
|
||||||
]);
|
]);
|
||||||
|
|
||||||
// New stream mode: create stream + first child
|
// New stream mode: create stream + first child
|
||||||
|
|||||||
@@ -28,7 +28,7 @@ export function TextReactionInput({
|
|||||||
|
|
||||||
// NOTE: perform side effects here when opening
|
// NOTE: perform side effects here when opening
|
||||||
if (open) {
|
if (open) {
|
||||||
setValue('')
|
setValue('');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -9,7 +9,10 @@ import {
|
|||||||
} from 'react-native-safe-area-context';
|
} from 'react-native-safe-area-context';
|
||||||
import { Toaster } from 'sonner-native';
|
import { Toaster } from 'sonner-native';
|
||||||
import { createQueryClient } from '@/lib/query-client';
|
import { createQueryClient } from '@/lib/query-client';
|
||||||
import { flushPendingNavigation, navigationRef, } from '@/lib/notification-routing';
|
import {
|
||||||
|
flushPendingNavigation,
|
||||||
|
navigationRef,
|
||||||
|
} from '@/lib/notification-routing';
|
||||||
import { configureNotifications } from '@/lib/push-notifications';
|
import { configureNotifications } from '@/lib/push-notifications';
|
||||||
import { PusherProvider } from '@/lib/pusher-provider';
|
import { PusherProvider } from '@/lib/pusher-provider';
|
||||||
import { RootNavigator } from '@/navigation/RootNavigator';
|
import { RootNavigator } from '@/navigation/RootNavigator';
|
||||||
|
|||||||
Reference in New Issue
Block a user