Skip to content

Commit

Permalink
Update src/channel_state.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Vishal Narkhede <[email protected]>
  • Loading branch information
nhannah and vishalnarkhede authored Jul 13, 2021
1 parent 83c19d7 commit ae125cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/channel_state.ts
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ export class ChannelState<
* a thread message is shown in channel but older than the newest thread
* message. This situation can result in a thread state where a random
* message is "oldest" message, and newer messages are therefore not loaded.
* This can also occur is an old thread message is updated.
* This can also occur if an old thread message is updated.
*/
if (parentID && !initializing) {
const thread = this.threads[parentID] || [];
Expand Down

0 comments on commit ae125cd

Please sign in to comment.