Skip to content

Commit

Permalink
Merge pull request #233 from GetStream/fix/disable-presence
Browse files Browse the repository at this point in the history
Disable presence by default for user query
  • Loading branch information
vishalnarkhede authored May 15, 2020
2 parents 891b01c + a396787 commit 26616f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -812,7 +812,7 @@ export class StreamChat {
}

const defaultOptions = {
presence: true,
presence: false,
};

// Make sure we wait for the connect promise if there is a pending one
Expand Down

0 comments on commit 26616f5

Please sign in to comment.