General formatting for messaging + reshaping of messaging components and their structure.
This commit is contained in:
@@ -6,3 +6,8 @@ export const selectChatVisible = createSelector(
|
||||
[selectMessaging],
|
||||
messaging => messaging.visible
|
||||
);
|
||||
|
||||
export const selectConversations = createSelector(
|
||||
[selectMessaging],
|
||||
messaging => messaging.conversations
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user