Added userActions

master
Alex 2021-07-12 20:27:43 +02:00
parent 079565460c
commit e874dbdf30
1 changed files with 7 additions and 2 deletions

View File

@ -44,8 +44,13 @@ type settings struct {
} }
type settingsExpires struct { type settingsExpires struct {
UserSession int UserSession int
UserActivation int UserActions userActions `toml:"userActions"`
}
type userActions struct {
Id_0 int
Id_1 int
} }
type settingsLengths struct { type settingsLengths struct {