Skip to content

Find users by Id in UserListModel

James Graham requested to merge work/nvrwhere/find_userId into work/quotient-next

Find users by Id in UserListModel as there may be users with the same display name which will end up with the wrong member replaced.

Also used joinedMembers() as that is the equivalent on the old users(), we only want to list those who are currently joined.

Merge request reports