Skip to content

Commit

Permalink
feat: features.ChatsImportEnabled flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Neznaykin committed Jul 19, 2022
1 parent 137f2e4 commit d87a804
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
v1.51.2
- feat: features.ChatsImportEnabled flag

v1.51.1
- fix: use contact structure for mappedUser

Expand Down
3 changes: 3 additions & 0 deletions features.go
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,9 @@ type Features struct {

// File Extension Whitelist Priority
FileExtensionWhitelistPriority bool `json:"file_extension_whitelist_priority,omitempty"`

// ChatsImportEnabled import chat feature
ChatsImportEnabled bool `yaml:"chats_import_enabled,omitempty"`
}

// Interactive Connectivity Establishment Server for WEB Rtc connection. Readonly.
Expand Down

0 comments on commit d87a804

Please sign in to comment.