-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Link secondary devices as primary device #193
Conversation
The above mentioned issue seems to be due to PNI fields not being set from the primary-device side here. So I guess this MR is blocked by whisperfish/libsignal-service-rs#206. |
0a33e4e
to
7fb2d40
Compare
9019a2a
to
18d83a6
Compare
eed6c9c
to
af72b47
Compare
668bb1f
to
75b0ae3
Compare
6c11f55
to
83dbac0
Compare
41a43c5
to
e74ea1b
Compare
e4b913d
to
2a3bd59
Compare
2a3bd59
to
7501122
Compare
7501122
to
03ffb34
Compare
03ffb34
to
8e9c62b
Compare
0c30605
to
de9c6d0
Compare
de9c6d0
to
a1dda1c
Compare
After #245 was merged, this is now finally workind and ready for review. |
Note that as mentioned in the WF chat, something is wrong with the device name querying the linked devices. It is some base64-encoded string. I don't know how to solve that yet. |
If it is anything like it used to be for secondary linking, the device name was (at least at some point) encrypted. |
Yes, something similar was mentioned in the chat. I may need to investigate this closer before this can be merged. |
01d0e5c
to
2584867
Compare
After whisperfish/libsignal-service-rs#300, it should now be ready. |
2584867
to
1794c01
Compare
Great addition, thanks! |
Currently does not work due to an issue on the secondary-side:
The code was mostly copied from what Whisperfish is doing.
Depends on whisperfish/libsignal-service-rs#250