This commit is contained in:
Daniel Lugo 2020-10-20 13:54:13 -04:00
parent a5e665b4f8
commit 201060919b

View file

@ -2097,7 +2097,7 @@ module.exports = async (
return { ...mex, recipientAvatar: null } return { ...mex, recipientAvatar: null }
}) })
res.json({ res.json({
noAvatar data: noAvatar
}) })
} catch (err) { } catch (err) {
logger.info('Error in Chats poll:') logger.info('Error in Chats poll:')