Skip to content

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

Merged
hakermi merged 1 commit intofeature/maintenancefrom
TASK-10198
Feb 13, 2026
Merged

fix: prevent sending full user object in participants search query - MEED-10198 - Meeds-io/meeds#4023#569
hakermi merged 1 commit intofeature/maintenancefrom
TASK-10198

Conversation

@hakermi
Copy link
Member

@hakermi hakermi commented Feb 9, 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

@github-actions github-actions bot added the partialCIBuild Perform Partial CI Build label Feb 9, 2026
@hakermi hakermi requested review from ahamdi and rdenarie February 9, 2026 15:57
@exo-swf exo-swf force-pushed the feature/maintenance branch 2 times, most recently from e918ce7 to aadb5af Compare February 11, 2026 00:21
@exo-swf exo-swf force-pushed the feature/maintenance branch from aadb5af to 88580e6 Compare February 12, 2026 00:18
…EED-10198 - Meeds-io/meeds#4023

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 tha when space details are present, `currentUser` is sent as a boolean flag instead of the full object
@hakermi hakermi enabled auto-merge (squash) February 13, 2026 09:01
@hakermi hakermi merged commit 015e111 into feature/maintenance Feb 13, 2026
3 checks passed
@hakermi hakermi deleted the TASK-10198 branch February 13, 2026 09:02
@sonarqubecloud
Copy link

hakermi added a commit that referenced this pull request Feb 17, 2026
…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 added a commit that referenced this pull request Feb 17, 2026
…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
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

Comments