mirror of
https://github.com/ergochat/ergo.git
synced 2025-12-20 02:00:11 -08:00
registration: Hook up reg to actual accounts
This commit is contained in:
parent
5269dc8776
commit
e3fbdebc48
4 changed files with 29 additions and 4 deletions
|
|
@ -18,5 +18,5 @@ type ClientAccount struct {
|
|||
// RegisteredAt represents the time that the account was registered.
|
||||
RegisteredAt time.Time
|
||||
// Clients that are currently logged into this account (useful for notifications).
|
||||
Clients []Client
|
||||
Clients []*Client
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue