Thanks for fixing this, glad Flow will prevent this sort of thing in the future
- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
Nov 27 2023
Nov 22 2023
Nov 21 2023
Changes wrt minimal permissions work looks correct
Nov 20 2023
land
rebase and land
Nov 18 2023
Nov 16 2023
land
land
add comment to parameterize function
address feedback and land
rebase and land
misclick
land
Nov 15 2023
There's more in web to be updated, but this first pass will make subsequent refactoring easy. Loosely starting with "leaf" components/functions and working way up.
land
land
In D9890#288332, @tomek wrote:Are there some places where we're expecting only ThreadInfo and not MinimallyEncodedThreadInfo (or the other way around)? Is it possible to modify ThreadInfo type to be what it already is or MinimallyEncodedThreadInfo (type ThreadInfo = { ... } | MinimallyEncodedThreadInfo)? That might be a more maintainable and much simpler approach.
fix
Nov 14 2023
address feedback (merge imports)
address feedback (type annotations)
Nov 13 2023
rebase and land
This should be the second-to-last MinimallyEncoded* type that we introduce. We'll need a MinimallyEncodedResolvedThreadInfo for clients, but that'll be later in the stack.
In D9841#287316, @ashoat wrote:Before landing, can you create a task to track fixing up threadHasPermission?