p
Size: a a a
p
p
YZ
YZ
p

p
YZ
p
Dialog
.create({user_1: companion.user_id, user_2: thisUser.user_id, started: new Date(), status: 1 })
p
User
.findOne({where: {user_id: context.senderId}, fields: ['id', 'user_id', 'sex', 'companion', 'conversation', 'last_conversation', 'last_companion', 'status', 'finding', 'last_finding', 'warns', 'last_warn', 'is_banned', 'is_banned_perm', 'bandate']})
thisUser.save().then(() => {}).catch(console.error);p
p
p
p
YZ
YZ
p
YZ
p
YZ