mirror of https://github.com/zulip/zulip.git
057ff9c91e
This commit adds a new field history_public_to_subscribers to the Stream model, which serves a similar function to the old settings.PRIVATE_STREAM_HISTORY_FOR_SUBSCRIBERS; we still use that setting as the default value for new streams to avoid breaking backwards-compatibility for those users before we are ready with an actual UI for users to choose directly. This also comes with a migration to set the value of the new field for existing streams with an algorithm matching that used at runtime. With significant changes by Tim Abbott. This is an initial part of our efforts on #9232. |
||
---|---|---|
.. | ||
lib | ||
management | ||
migrations | ||
templatetags | ||
tests | ||
tornado | ||
views | ||
webhooks | ||
worker | ||
__init__.py | ||
apps.py | ||
context_processors.py | ||
decorator.py | ||
filters.py | ||
forms.py | ||
logging_handlers.py | ||
middleware.py | ||
models.py | ||
signals.py | ||
static_header.txt | ||
storage.py |