mirror of
https://github.com/pagefaultgames/rogueserver.git
synced 2025-03-31 02:02:54 +08:00
Added TODO comment for lastLoggedIn json result
This commit is contained in:
parent
d1726c65be
commit
bfa3343276
@ -203,7 +203,7 @@ type AdminSearchResponse struct {
|
||||
Username string `json:"username"`
|
||||
DiscordId string `json:"discordId"`
|
||||
GoogleId string `json:"googleId"`
|
||||
LastActivity string `json:"lastLoggedIn"`
|
||||
LastActivity string `json:"lastLoggedIn"` // TODO: this is currently lastLoggedIn to match server PR #54 with pokerogue PR #4198. We're hotfixing the server with this PR to return lastActivity, but we're not hotfixing the client, so are leaving this as lastLoggedIn so that it still talks to the client properly
|
||||
Registered string `json:"registered"`
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user