Skip to content

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

Merged
hakermi merged 1 commit intodevelopfrom
dev-10198
Feb 17, 2026
Merged

fix: prevent sending full user object in participants search query - MEED-10198 - Meeds-io/meeds#4023#574
hakermi merged 1 commit intodevelopfrom
dev-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

fixes Meeds-io/meeds#4023

…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
@github-actions github-actions bot added the partialCIBuild Perform Partial CI Build label Feb 17, 2026
@hakermi hakermi requested a review from Jihed525 February 17, 2026 06:49
@hakermi hakermi enabled auto-merge (squash) February 17, 2026 06:49
@sonarqubecloud
Copy link

@hakermi hakermi merged commit 720896f into develop Feb 17, 2026
9 checks passed
@hakermi hakermi deleted the dev-10198 branch February 17, 2026 08:08
exo-swf pushed a commit that referenced this pull request Feb 17, 2026
…EED-10198 - Meeds-io/meeds#4023 (#574)

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

fixes Meeds-io/meeds#4023
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.

[tasks] suggester ko in tasks project if user added huge professional experience

2 participants