[WPB-23644] add app data to get /list-users - #5070
Merged
Merged
Conversation
fisx
force-pushed
the
WPB-23644-add-app-data-to-get-list-users
branch
from
March 3, 2026 16:07
6f3c91e to
b5afbd9
Compare
fisx
force-pushed
the
WPB-23644-fix-subsystems-dep-graph
branch
from
March 4, 2026 06:50
e881280 to
de3e000
Compare
fisx
force-pushed
the
WPB-23644-add-app-data-to-get-list-users
branch
from
March 4, 2026 21:18
b5afbd9 to
4de6c1f
Compare
fisx
force-pushed
the
WPB-23644-fix-subsystems-dep-graph
branch
from
March 9, 2026 09:36
f560ec9 to
31b6e3a
Compare
fisx
force-pushed
the
WPB-23644-add-app-data-to-get-list-users
branch
4 times, most recently
from
March 10, 2026 14:49
05a1630 to
09f27e8
Compare
blackheaven
force-pushed
the
WPB-23644-add-app-data-to-get-list-users
branch
from
March 10, 2026 14:56
09f27e8 to
c0ccf88
Compare
fisx
force-pushed
the
WPB-23644-add-app-data-to-get-list-users
branch
2 times, most recently
from
March 10, 2026 16:26
8187777 to
7eeb24a
Compare
fisx
force-pushed
the
WPB-23644-fix-subsystems-dep-graph
branch
from
March 11, 2026 08:41
f02ae2f to
eea2326
Compare
fisx
force-pushed
the
WPB-23644-add-app-data-to-get-list-users
branch
2 times, most recently
from
March 11, 2026 11:10
1646f38 to
8df2159
Compare
fisx
commented
Mar 11, 2026
| <*> listUsersByIdFailed .= maybe_ (optField "failed" $ nonEmptyArray schema) | ||
|
|
||
| -------------------------------------------------------------------------------- | ||
| -- Apps (can't easily go into its own module because cyclical deps) |
Contributor
Author
There was a problem hiding this comment.
this hasn't changed in the process of moving here from Wire.API.App, promise! :)
fisx
force-pushed
the
WPB-23644-add-app-data-to-get-list-users
branch
from
March 12, 2026 10:58
f4090b5 to
c8bd8be
Compare
blackheaven
requested changes
Mar 12, 2026
| :<|> Named @"get-apps" getApps | ||
| :<|> Named @"put-app" putApp | ||
| :<|> Named @"refresh-app-cookie" refreshAppCookie | ||
| :<|> Named @"refresh-app-cookie" refreshAppCookie -- TODO: does this invalidate the old cookies? |
Contributor
There was a problem hiding this comment.
Suggested change
| :<|> Named @"refresh-app-cookie" refreshAppCookie -- TODO: does this invalidate the old cookies? | |
| :<|> Named @"refresh-app-cookie" refreshAppCookie -- FUTUREWORK: does this invalidate the old cookies? |
fisx
force-pushed
the
WPB-23644-fix-subsystems-dep-graph
branch
from
March 12, 2026 13:25
fda21d2 to
b6654a3
Compare
fisx
force-pushed
the
WPB-23644-add-app-data-to-get-list-users
branch
from
March 12, 2026 14:20
47fe429 to
15d88af
Compare
fisx
marked this pull request as ready for review
March 12, 2026 14:45
blackheaven
approved these changes
Mar 12, 2026
fisx
force-pushed
the
WPB-23644-add-app-data-to-get-list-users
branch
from
March 12, 2026 20:44
61bab58 to
0be8b3a
Compare
(see upcoming commit.)
People have added fields manually in the past, this will show irrelevant syntactic differences when re-creating the affected schemas. Semantics does not change in this commit.
(except for recursion, so it's not working yet, but it's clear from the code how it should work.)
thanks paolo! :)
(Application logic in UserSubsystem is still responsible for filling the app field after the user profile has been constructed. But this way it's more explicit.)
Co-authored-by: Gautier DI FOLCO <gautier.difolco@wire.com>
fisx
force-pushed
the
WPB-23644-add-app-data-to-get-list-users
branch
2 times, most recently
from
March 14, 2026 14:31
110a3ec to
fe08422
Compare
Also don't return deleted profiles from "get-apps".
fisx
force-pushed
the
WPB-23644-add-app-data-to-get-list-users
branch
from
March 16, 2026 08:54
fe08422 to
f692b24
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Checklist
changelog.d