Add statuses to timelines

This commit is contained in:
Mouse Reeve
2021-03-22 14:11:23 -07:00
parent ebc01362e6
commit 459479db43
4 changed files with 95 additions and 15 deletions

View File

@ -92,10 +92,12 @@ TEMPLATES = [
WSGI_APPLICATION = "bookwyrm.wsgi.application"
# redis
# redis/activity streams settings
REDIS_ACTIVITY_HOST = env("REDIS_ACTIVITY_HOST", "localhost")
REDIS_ACTIVITY_PORT = env("REDIS_ACTIVITY_PORT", 6379)
MAX_STREAM_LENGTH = env("MAX_STREAM_LENGTH", 200)
# Database
# https://docs.djangoproject.com/en/2.0/ref/settings/#databases