Skip to content

fix: prevent sending full user object in participants search query - MEED-10198 - Meeds-io/meeds#4023#575

Merged
hakermi merged 1 commit intostable/7.1.x-exofrom
backport-10198
Feb 17, 2026
Merged

fix: prevent sending full user object in participants search query - MEED-10198 - Meeds-io/meeds#4023#575
hakermi merged 1 commit intostable/7.1.x-exofrom
backport-10198

Conversation

@hakermi
Copy link
Member

@hakermi hakermi commented Feb 17, 2026

prior to this change, The participants suggester was not working when the current user had a long profile work experiences description. The issue was caused by sending the full currentUser object in the request query string, which resulted in an oversized and invalid query. This fix ensures that when space details are present, currentUser is sent as a boolean flag instead of the full object

…EED-10198 - Meeds-io/meeds#4023 (#569)

prior to this change, The participants suggester was not working when
the current user had a long profile work experiences description.
The issue was caused by sending the full `currentUser` object in the
request query string, which resulted in an oversized and invalid query.
This fix ensures that when space details are present, `currentUser` is
sent as a boolean flag instead of the full object
@hakermi hakermi requested a review from Jihed525 February 17, 2026 06:50
@hakermi hakermi enabled auto-merge (squash) February 17, 2026 06:51
@github-actions github-actions bot added the partialCIBuild Perform Partial CI Build label Feb 17, 2026
@sonarqubecloud
Copy link

@hakermi hakermi merged commit 39b4db7 into stable/7.1.x-exo Feb 17, 2026
9 checks passed
@hakermi hakermi deleted the backport-10198 branch February 17, 2026 08:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

partialCIBuild Perform Partial CI Build

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants