Skip to content

Commit 37ce80f

Browse files
committed
Add related read
1 parent b58b263 commit 37ce80f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/SORTING.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,8 @@ Combining the algorithms above, Web Chat has the following assumptions
120120

121121
## Related read
122122

123+
- Pull requests
124+
- [Grouped activities are sorted as a single unit](https://github.com/microsoft/BotFramework-WebChat/pull/5635)
123125
- Posting an activity, [`sagas/postActivitySaga.ts`](https://github.com/microsoft/BotFramework-WebChat/blob/main/packages/core/src/sagas/postActivitySaga.ts)
124126
- Inserting an activity into the chat history, [`reducers/activities.ts`](https://github.com/microsoft/BotFramework-WebChat/blob/main/packages/core/src/reducers/activities.ts)
125127
- Activity type, [`types/WebChatActivity.ts`](https://github.com/microsoft/BotFramework-WebChat/blob/main/packages/core/src/types/WebChatActivity.ts)

0 commit comments

Comments
 (0)