Skip to content

Commit 9a1b8da

Browse files
authored
Merge pull request Expensify#65073 from truph01/fix/63924
fix: Skeleton loader for WS rooms when creating a WS offline
2 parents c25272c + 2efdc3f commit 9a1b8da

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

src/libs/actions/Policy/Policy.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1952,6 +1952,13 @@ function buildPolicyData(
19521952
},
19531953
},
19541954
},
1955+
{
1956+
onyxMethod: Onyx.METHOD.MERGE,
1957+
key: `${ONYXKEYS.COLLECTION.REPORT_METADATA}${expenseChatReportID}`,
1958+
value: {
1959+
isOptimisticReport: true,
1960+
},
1961+
},
19551962
{
19561963
onyxMethod: Onyx.METHOD.SET,
19571964
key: `${ONYXKEYS.COLLECTION.REPORT}${adminsChatReportID}`,

0 commit comments

Comments
 (0)