rn: replace 3rd party chat library with custom implementation
This commit is contained in:
committed by
Saúl Ibarra Corretgé
parent
1cb9bbc7a4
commit
0b6c51f666
@@ -43,6 +43,6 @@ export function _mapStateToProps(state: Object, ownProps: Props) {
|
||||
const { message } = ownProps;
|
||||
|
||||
return {
|
||||
_avatarURL: getAvatarURLByParticipantId(state, message.user._id)
|
||||
_avatarURL: getAvatarURLByParticipantId(state, message.id)
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user