mirror of
https://github.com/cwinfo/matterbridge.git
synced 2025-09-17 16:22:31 +00:00
Update dependencies (#1951)
This commit is contained in:
@@ -126,6 +126,7 @@ func (c *Container) scanDevice(row scannable) (*store.Device, error) {
|
||||
device.Contacts = innerStore
|
||||
device.ChatSettings = innerStore
|
||||
device.MsgSecrets = innerStore
|
||||
device.PrivacyTokens = innerStore
|
||||
device.Container = c
|
||||
device.Initialized = true
|
||||
|
||||
@@ -240,6 +241,7 @@ func (c *Container) PutDevice(device *store.Device) error {
|
||||
device.Contacts = innerStore
|
||||
device.ChatSettings = innerStore
|
||||
device.MsgSecrets = innerStore
|
||||
device.PrivacyTokens = innerStore
|
||||
device.Initialized = true
|
||||
}
|
||||
return err
|
||||
|
Reference in New Issue
Block a user