Introduce followed log and following log
This commit is contained in:
@ -46,8 +46,7 @@ module.exports = (params, me) => new Promise(async (res, rej) => {
|
||||
|
||||
// Construct query
|
||||
const query = {
|
||||
followerId: user._id,
|
||||
deletedAt: { $exists: false }
|
||||
followerId: user._id
|
||||
} as any;
|
||||
|
||||
// ログインしていてかつ iknow フラグがあるとき
|
||||
|
Reference in New Issue
Block a user