Select the types of activity you want to include in your feed.
Merge pull request 'fix: Revert "allow synchronizing user status from OAuth2 login providers (#31572)"' (#6249) from earl-warren/forgejo:wip-oauth2 into forgejo
···216216 return ErrSourceAlreadyExist{source.Name}
217217 }
218218 // Synchronization is only available with LDAP for now
219219- if !source.IsLDAP() && !source.IsOAuth2() {
219219+ if !source.IsLDAP() {
220220 source.IsSyncEnabled = false
221221 }
222222