microsoft / FluidFramework

Library for building distributed, real-time collaborative web applications
https://fluidframework.com
MIT License
4.7k stars 528 forks source link

[main > release/client/rc]: RemoteDatastoreContext should handle snapshot with groupId with older loader #21950

Closed jatgarg closed 1 month ago

jatgarg commented 1 month ago

Description

RemoteDatastoreContext should handle snapshot with groupId with older loader. So, in case where we fetch the snapshot using old loader and does not have ISnapshot which contains blobContents, then that means we must have fetched the full snapshot using older format, so there is no need to evaluate in that case whether to fetch the snapshot or not.

msfluid-bot commented 1 month ago

Could not find a usable baseline build with search starting at CI a606ae0775090ee4e1b8a85e8649737b035bd23a

Generated by :no_entry_sign: dangerJS against b3890355c310b6d1963cf66a9b02b8213b6961eb

frankmueller-microsoft commented 1 month ago

Approving patch and merging