Report modal style fix, chat updates, statusserializer revert, display name truncation
This commit is contained in:
mgabdev
2020-12-20 12:27:24 -05:00
parent 7ec426e3d8
commit 67eb9d5890
49 changed files with 369 additions and 158 deletions

View File

@@ -9,6 +9,7 @@ import chat_conversation_lists from './chat_conversation_lists'
import chat_conversation_messages from './chat_conversation_messages'
import chat_conversations from './chat_conversations'
import chat_messages from './chat_messages'
import chat_settings from './chat_settings'
import compose from './compose'
import contexts from './contexts'
import custom_emojis from './custom_emojis'
@@ -60,6 +61,7 @@ const reducers = {
chat_conversation_messages,
chat_conversations,
chat_messages,
chat_settings,
compose,
contexts,
custom_emojis,