mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Checking group permissions on the client does not work, since not all groups are serialized to the client all the time. We can check `uploaded_avatars_allowed_groups` on the server side and serialize to the current user instead.