zulip/zerver/models/constants.py

3 lines
60 B
Python
Raw Normal View History

MAX_TOPIC_NAME_LENGTH = 60
MAX_LANGUAGE_ID_LENGTH: int = 50