Document changes for MVP
This commit is contained in:
parent
c3e04ecf87
commit
4d04638358
2 changed files with 2 additions and 1 deletions
|
@ -95,7 +95,7 @@ export class MediaGallery extends React.Component<Props, State> {
|
|||
isSelected={selectedTab === 'media'}
|
||||
onSelect={this.handleTabSelect}
|
||||
/>
|
||||
{/*
|
||||
{/* Disable for MVP:
|
||||
<Tab
|
||||
label="Documents"
|
||||
type="documents"
|
||||
|
|
|
@ -36,6 +36,7 @@ export const loadWithObjectURL = (loadMessage: MapAsync<Message>) => async (
|
|||
messagesWithoutVideo.map(loadMessage)
|
||||
);
|
||||
const loadedMessages = sortBy(
|
||||
// // Only show images for MVP:
|
||||
// [...messagesWithVideo, ...loadedMessagesWithoutVideo],
|
||||
loadedMessagesWithoutVideo,
|
||||
message => -message.received_at
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue