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
Locally discovered peers should share what type of device they are e.g. mobile or desktop. Initially we can just hardcode this as mobile (in peer.info), since we are targeting mobile for the MVP, but we should follow this up with sharing device type along with device name - see #452
The text was updated successfully, but these errors were encountered:
fixes#451 and #452. Does not store deviceType in project deviceInfo
records, which will be done in a follow up PR (see #455) which also
requires changes to @mapeo/schema. `deviceType` is optional, and must be
set in the constructor of MapeoManager. Ideally this should not be
possible to change, but not sure how to enforce that.
* feat: share deviceType with local peers
fixes#451 and #452. Does not store deviceType in project deviceInfo
records, which will be done in a follow up PR (see #455) which also
requires changes to @mapeo/schema. `deviceType` is optional, and must be
set in the constructor of MapeoManager. Ideally this should not be
possible to change, but not sure how to enforce that.
* Incorporate review comments
* fix bug in teardown
Description
Locally discovered peers should share what type of device they are e.g.
mobile
ordesktop
. Initially we can just hardcode this asmobile
(inpeer.info
), since we are targeting mobile for the MVP, but we should follow this up with sharing device type along with device name - see #452The text was updated successfully, but these errors were encountered: