mirror of
https://github.com/zulip/zulip.git
synced 2025-10-30 11:33:51 +00:00
models: Extract zerver.models.streams.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
5391ec99d9
commit
4aa2d76bea
@@ -29,8 +29,8 @@ from zerver.models import (
|
||||
Subscription,
|
||||
UserActivityInterval,
|
||||
UserProfile,
|
||||
get_active_streams,
|
||||
)
|
||||
from zerver.models.streams import get_active_streams
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
log_to_file(logger, settings.DIGEST_LOG_PATH)
|
||||
|
||||
Reference in New Issue
Block a user