This commit is contained in:
Rodrigo Nascimento 2017-11-18 17:09:26 -02:00
parent 7270e328eb
commit ddeee741b2
No known key found for this signature in database
GPG Key ID: CFCE33B7B01AC335
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ import React from 'react';
import PropTypes from 'prop-types';
import { View, StyleSheet, TouchableOpacity, Text, Alert, Clipboard } from 'react-native';
import { emojify } from 'react-emojione';
import Markdown from 'react-native-easy-markdown'; // eslint-disable-line
import Markdown from 'react-native-easy-markdown';
import ActionSheet from 'react-native-actionsheet';
import { connect } from 'react-redux';

View File

@ -104,7 +104,7 @@ const messagesSchema = {
_updatedAt: { type: 'date', optional: true },
temp: { type: 'bool', optional: true },
pinned: { type: 'bool', optional: true },
starred: { type: 'bool', optional: true },
starred: { type: 'bool', optional: true }
}
};
//