Skip to content

chat: fix for useGroupPreview causing slow channel/thread loads #5762

chat: fix for useGroupPreview causing slow channel/thread loads

chat: fix for useGroupPreview causing slow channel/thread loads #5762

Triggered via pull request October 8, 2024 14:26
Status Failure
Total duration 5m 7s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors
test-build
Property 'isLoadingPosts' is missing in type '{ parentPost: { channelId: string; channel: Channel; replyCount: number; replyContactIds: string[]; replyTime: number; id: string; type: "reply" | "chat" | "block" | "notice" | "note"; ... 27 more ...; volumeSettings?: BaseModel<...> | ... 1 more ... | undefined; }; ... 16 more ...; headerMode: "default"; }' but required in type '{ channel: Channel; initialThreadUnread?: ThreadUnreadState | null | undefined; group?: Group | null | undefined; parentPost: Post | null; ... 19 more ...; canUpload: boolean; }'.
test-build
Property 'isLoadingPosts' is missing in type '{ handleGoToUserProfile: () => void; editPost: () => Promise<void>; onPressRetry: () => void; onPressDelete: () => void; editingPost: undefined; negotiationMatch: true; setEditingPost: () => void; ... 11 more ...; headerMode: "default"; }' but required in type '{ channel: Channel; initialThreadUnread?: ThreadUnreadState | null | undefined; group?: Group | null | undefined; parentPost: Post | null; ... 19 more ...; canUpload: boolean; }'.
test-build
Process completed with exit code 2.