Added client method calling the RPC to native rust library, exposed it to C++.
Details
Details
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Branch
- init-peer-list
- Lint
No Lint Coverage - Unit
No Test Coverage
Event Timeline
| native/native_rust_library/src/identity/device_list.rs | ||
|---|---|---|
| 74–101 | 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 | 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 | These are different endpoints so it should be the way it is done in this diff | |
| 116 |
https://linear.app/comm/issue/ENG-7591/add-rpc-for-fetching-devicelists-for-multiple-users | |