@@ -53,6 +53,7 @@ exports[`Thread should match thread snapshot 1`] = `
5353 " created_at" : 2020 - 05 - 05T14 :50 :00 .000Z ,
5454 " dateSeparator" : undefined ,
5555 " deleted_at" : null ,
56+ " error" : null ,
5657 " groupStyles" : [
5758 " single" ,
5859 ],
@@ -61,6 +62,7 @@ exports[`Thread should match thread snapshot 1`] = `
6162 " message_text_updated_at" : " 2020-05-05T14:50:00.000Z" ,
6263 " parent_id" : " b4612a73-fa2b-5787-bf71-1adc8f291a04" ,
6364 " pinned_at" : null ,
65+ " quoted_message" : null ,
6466 " reaction_groups" : null ,
6567 " readBy" : false ,
6668 " status" : " received" ,
@@ -83,6 +85,7 @@ exports[`Thread should match thread snapshot 1`] = `
8385 " created_at" : 2020 - 05 - 05T14 :50 :00 .000Z ,
8486 " dateSeparator" : undefined ,
8587 " deleted_at" : null ,
88+ " error" : null ,
8689 " groupStyles" : [
8790 " single" ,
8891 ],
@@ -91,6 +94,7 @@ exports[`Thread should match thread snapshot 1`] = `
9194 " message_text_updated_at" : " 2020-05-05T14:50:00.000Z" ,
9295 " parent_id" : " b4612a73-fa2b-5787-bf71-1adc8f291a04" ,
9396 " pinned_at" : null ,
97+ " quoted_message" : null ,
9498 " reaction_groups" : null ,
9599 " readBy" : false ,
96100 " status" : " received" ,
@@ -113,6 +117,7 @@ exports[`Thread should match thread snapshot 1`] = `
113117 " created_at" : 2020 - 05 - 05T14 :50 :00 .000Z ,
114118 " dateSeparator" : 2020 - 05 - 05T14 :50 :00 .000Z ,
115119 " deleted_at" : null ,
120+ " error" : null ,
116121 " groupStyles" : [
117122 " single" ,
118123 ],
@@ -121,6 +126,7 @@ exports[`Thread should match thread snapshot 1`] = `
121126 " message_text_updated_at" : " 2020-05-05T14:50:00.000Z" ,
122127 " parent_id" : " b4612a73-fa2b-5787-bf71-1adc8f291a04" ,
123128 " pinned_at" : null ,
129+ " quoted_message" : null ,
124130 " reaction_groups" : null ,
125131 " readBy" : false ,
126132 " status" : " received" ,
0 commit comments