Handle hide/show chat messages via moderation. Closes #1986

This commit is contained in:
Gabe Kangas
2022-09-04 17:58:06 -07:00
parent c0dc2eb707
commit ac7e095fdf
5 changed files with 42 additions and 4 deletions

View File

@ -62,7 +62,7 @@ export const LOGS_WARN = `${API_LOCATION}logs/warnings`;
export const CHAT_HISTORY = `${API_LOCATION}chat/messages`;
// Get chat history
export const UPDATE_CHAT_MESSGAE_VIZ = `${NEXT_PUBLIC_API_HOST}api/chat/messagevisibility`;
export const UPDATE_CHAT_MESSGAE_VIZ = `/api/admin/chat/messagevisibility`;
// Get all access tokens
export const ACCESS_TOKENS = `${API_LOCATION}accesstokens`;