mirror of
https://github.com/hoernschen/dendrite.git
synced 2025-07-29 12:42:46 +00:00
Fix bug in devices endpoint (#877)
This commit is contained in:
parent
6460b3725d
commit
72565f2eeb
3 changed files with 3 additions and 2 deletions
|
@ -26,4 +26,5 @@ type Device struct {
|
|||
// associated with access tokens.
|
||||
SessionID int64
|
||||
// TODO: display name, last used timestamp, keys, etc
|
||||
DisplayName string
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue