workmoment

This commit is contained in:
wangchuxiao
2022-09-27 15:35:36 +08:00
parent 31c18bf856
commit 764b34d947
8 changed files with 756 additions and 480 deletions
+3
View File
@@ -513,6 +513,9 @@ type config struct {
OaNotification bool `yaml:"oaNotification"`
CreateOrganizationUserAndJoinDepartment bool `json:"createOrganizationUserAndJoinDepartment"`
}
WorkMoment struct {
OnlyFriendCanSee bool `yaml:"onlyFriendCanSee"`
}
Rtc struct {
SignalTimeout string `yaml:"signalTimeout"`
} `yaml:"rtc"`