Added client method calling the RPC to native rust library, exposed it to C++.
Details
Details
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
native/native_rust_library/src/identity/device_list.rs | ||
---|---|---|
74–101 ↗ | (On Diff #39657) | Why do we need two separate endpoints? It seems like get_device_list_for_user_helper should be a special case of get_device_lists_for_users_helper. |
116 ↗ | (On Diff #39657) | There's a difference between this API and get_device_list_for_user - only in one of them we're using since_timestamp. Do we know why is that? @bartek |
native/native_rust_library/src/identity/device_list.rs | ||
---|---|---|
74–101 ↗ | (On Diff #39657) | These are different endpoints so it should be the way it is done in this diff |
116 ↗ | (On Diff #39657) |
https://linear.app/comm/issue/ENG-7591/add-rpc-for-fetching-devicelists-for-multiple-users |