You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for informing about the API to get assignment for a given URL.
For this extension to sync the assignments, I would need the API to perform the following
Given a container ID, provide the list of all assigned URLs. (this is required for backup)
Given a container ID and URL, update or remove its assignment. (this is required for restore)
The getAssignment API takes an URL as the input and provides the container ID.
Since it does not satisfy the requirements for this extension, this API is not enough to add syncing of assignments.
I also saw that it is possible to add the required functionality for multi-account-containers. Hence, I have created a pull request mozilla/multi-account-containers#1197 implementing the required API changes.
From the FAQ:
mozilla/multi-account-containers#1095 was merged (and released in 6.0), would this be enough to add syncing of assignments?
(Irrelevant) I also mentioned this plugin in mozilla/multi-account-containers#339.
The text was updated successfully, but these errors were encountered: