mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
Using web_public_guest for anonymous users is confusing since 'guest' is actually a logged-in user compared to web_public_guest which is not logged-in and has only read access to messages. So, we rename it to web_public_visitor.