format code + make showing avatars in member lists optional
This commit is contained in:
@@ -16,19 +16,20 @@ type chatTab struct {
|
||||
}
|
||||
|
||||
type lambdaConfig struct {
|
||||
Server string
|
||||
Username string
|
||||
Resource string
|
||||
Password string
|
||||
Insecure bool
|
||||
Nick string
|
||||
JoinBookmarks bool
|
||||
CVD color.CVD
|
||||
Identicons bool
|
||||
Debug bool
|
||||
ShowPresenceUpdates bool
|
||||
CompactMode bool
|
||||
CustomNicks map[string]string
|
||||
Server string
|
||||
Username string
|
||||
Resource string
|
||||
Password string
|
||||
Insecure bool
|
||||
Nick string
|
||||
JoinBookmarks bool
|
||||
CVD color.CVD
|
||||
Identicons bool
|
||||
Debug bool
|
||||
ShowPresenceUpdates bool
|
||||
CompactMode bool
|
||||
ShowAvatarsInMemberList bool
|
||||
CustomNicks map[string]string
|
||||
}
|
||||
|
||||
type mucUnit struct {
|
||||
|
||||
Reference in New Issue
Block a user