chore(app): remove intercom live chat from desktop settings#3584
Merged
Conversation
The "Live chat with us" panel in the app's feedback section was hitting Intercom's backend which periodically shows "temporarily unreachable". Remove the embedded chat — users can still reach support via Discord, GitHub, the founder calendar, and email. - Drop IntercomChat import + render in feedback-section.tsx - Drop the intercom-chat.tsx component entirely - Clean up now-unused useSettings/useState/Chevron imports
louis030195
pushed a commit
that referenced
this pull request
May 25, 2026
…pipe team/search CLI, macOS perf Highlights since v2.4.275 / v0.3.345: - feat(connections): add Workflowy integration (#3593) - feat(cli): `screenpipe team` for enterprise admin cloud queries (#3576) - feat(cli): `screenpipe search` for daemon-free local history queries (#3575) - feat(app): Cmd+N / Ctrl+N new chat from home; Ctrl+Tab recent chat switcher (#3561) - perf(macos): release SCStream on pause, cap SCK capture width, couple to video_quality - fix(windows): excluded apps actually filtered from capture (#3592) - fix(power): stop bogus FullPause from macOS Low Power Mode; crash on low battery - fix(mcp): make `npx screenpipe-mcp --http` work (#3564) - fix(chat): stop model dropdown rewriting default preset; render local media reliably (#3595) - chore(app): remove intercom live chat from desktop settings (#3584) - domain: switch desktop API calls to api.screenpipe.com (phase 2) (#3583)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Removes Live chat panel + IntercomChat component (intercom backend was flaky).