mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-15 10:53:09 -06:00
Add DisplayName field to device structure
Signed-off-by: Maximilian Seifert <max.seifert@drglitch.net>
This commit is contained in:
parent
a81917c3e7
commit
c522976058
|
|
@ -21,5 +21,6 @@ type Device struct {
|
|||
// The access_token granted to this device.
|
||||
// This uniquely identifies the device from all other devices and clients.
|
||||
AccessToken string
|
||||
// TODO: display name, last used timestamp, keys, etc
|
||||
DisplayName string
|
||||
// TODO: last used timestamp, keys, etc
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue