config params
This commit is contained in:
@ -33,7 +33,8 @@ type Config struct {
|
||||
ChannelNotificationsEnable bool `json:"channel_notifications_enable,omitempty"`
|
||||
Language string `json:"language,omitempty"`
|
||||
Theme string `json:"theme,omitempty"`
|
||||
FingerprintEnable string `json:"fingerprint_enable,omitempty"`
|
||||
FingerprintEnable bool `json:"fingerprint_enable,omitempty"`
|
||||
ShowFavoriteContacts bool `json:"show_favorite_contacts,omitempty"`
|
||||
|
||||
// Debug
|
||||
DbSuffix string `json:"db_suffix,omitempty"`
|
||||
|
Reference in New Issue
Block a user