[CommRustModule] update getOutboundKeys to return all devices
Summary:
To create a session with all other devices of a given user we don't know the IDs of specific devices so we need to get all of them.
I think it's more convenient to update this method (later we can filter if we want a specific ID) rather than introducing a new JSI method.
Depends on D10372
Test Plan:
- Login to staging Identity (loginPasswordUser) on two devices using the same account.
- Call this method and check if the result is correct (two devices).
Reviewers: marcin, varun, michal
Reviewed By: varun, michal
Subscribers: ashoat, tomek
Differential Revision: https://phab.comm.dev/D10373