mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
[MIRROR] Chat history prototype (#10278)
Co-authored-by: Selis <12716288+ItsSelis@users.noreply.github.com> Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
36231619db
commit
09bb0e61b3
@@ -587,3 +587,12 @@ JUKEBOX_TRACK_FILES config/jukebox.json
|
||||
# Admins may manually give them the verb even if disabled
|
||||
# Uncomment to enable
|
||||
#ALLOW_SIMPLE_MOB_RECOLOR
|
||||
|
||||
# Chatlogs are now saved by calling the chatlogging library instead of letting the clients handle it
|
||||
# REQUIRES an database
|
||||
# Uncomment to enable
|
||||
#CHATLOG_DATABASE_BACKEND
|
||||
|
||||
# The endpoint for the chat to fetch the chatlogs from (for example, the last 2500 messages on init for the history)
|
||||
# REQUIRES chatlog_database_backend to be enabled
|
||||
#CHATLOG_DATABASE_API_ENDPOINT https://example.com
|
||||
|
||||
Reference in New Issue
Block a user