You've already forked Nitro_Render_V3
mirror of
https://github.com/duckietm/Nitro_Render_V3.git
synced 2026-06-20 15:36:18 +00:00
feat(communication): housekeeping find-user-by-id composer
OutgoingHeader.HOUSEKEEPING_FIND_USER_BY_ID = 9101 with a one-int payload. The response side reuses HousekeepingUserDetailEvent (no new parser) — find-by-id and find-by-name converge on the same shape because the server has nothing different to say about a user found via numeric id vs. via username lookup. vitest 138/138, `yarn compile:fast` clean.
This commit is contained in:
@@ -1 +1,2 @@
|
||||
export * from './HousekeepingFindUserByIdComposer';
|
||||
export * from './HousekeepingFindUserByNameComposer';
|
||||
|
||||
Reference in New Issue
Block a user