This repository has been archived by the owner. It is now read-only.
Add support for new "send tab" push message #2318
Closed
Comments
|
May I be assigned? I started work on this. |
|
@eoger Done!! |
This was referenced Mar 2, 2018
This was referenced May 25, 2018
|
This landed. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
As part of the new send-tab system, we want to introduce a new device notification type that is explicitly for sending tabs. It would replace the current use of the more general "sync:collection_changed" message with one that's specifically about sending a tab.
The process for sending this message will be a little more involved than the existing ones, because we'll need to write the message payload into the new "pushbox" service. The procedure will look something like this:
/v1/devices/notify, including an encrypted pushbox payload bundle and the id of the target device(This might sound like we're doing a bunch of custom dev work on order to support the very specific use-case of send-tab; I'm hopeful that the ability of pushbox to support larger and more durable payloads is something we can make use of more generically in one way or another).
The text was updated successfully, but these errors were encountered: