Skip to content

#5690 fix viewer trying to fetch group chat history for p2p IM#5718

Merged
maxim-productengine merged 2 commits intodevelopfrom
maxim/develop-5690
Apr 27, 2026
Merged

#5690 fix viewer trying to fetch group chat history for p2p IM#5718
maxim-productengine merged 2 commits intodevelopfrom
maxim/develop-5690

Conversation

@maxim-productengine
Copy link
Copy Markdown
Contributor

Don't attempt to fetch chat history for p2p sessions.

}

// Fetch group chat history, enabled by default.
if (gSavedPerAccountSettings.getBOOL("FetchGroupChatHistory"))
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

addMessage can be fairly frequent. Not the 'once per frame' frequent, but might be better to cache the setting.

@maxim-productengine maxim-productengine merged commit 9b86487 into develop Apr 27, 2026
15 checks passed
@maxim-productengine maxim-productengine deleted the maxim/develop-5690 branch April 27, 2026 18:59
@github-actions github-actions Bot locked and limited conversation to collaborators Apr 27, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Viewer attempts to fetch group chat history for p2p IM conversations

3 participants